Staging environment with Expo

Trying to setup a staging environment to be downloaded from TestFlight (identical to prod, just for testing standalone-app-only things), but wondering what the best workflow is around that. Would I have to create and manage two app.json files, and is there a way for me to specify which one I want to build with? Is there a way for me to set the environment variable globally?

1 Like

Hey @emptycrown,

Release Channels would likely be your best bet here:

https://docs.expo.io/versions/v30.0.0/distribution/release-channels
https://docs.expo.io/versions/v30.0.0/distribution/advanced-release-channels

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.