-
If you are looking for help, please confirm the following...
Which mobile framework are you using?React Native Steps to reproduceEarlier we have 2 different repositories to manage two different project and build differently via codemagic pipeline. Expected resultsI wanted to export environment variable settings of one app to another app. Actual resultsIt is not allowed me to export environment variables. Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @Kutbi-dev, To achieve this:
Let me know if you think this will suit your use-case and I'd be glad to help with the move. |
Beta Was this translation helpful? Give feedback.
Hello @Kutbi-dev,
I'm afraid Codemagic currently does not support exporting and importing environment variables directly from one app to another.
From your use case, it seems that updating the repository URL in your existing app i.e. the one with the configuration files/environment variables (let's refer to it as the "old app") might be a suitable solution if you'd like to keep all configurations in one place.
To achieve this:
This way, you can reuse the environment variables and workflows already set up in the "old app," without needing to create a separa…