How do I verify a build is using a specific release-channel?

Just want to make sure a build is using a specific release channel how can I do that? Its a detached app.

Hey @darkwata, We expose it via the manifest object under the Constants API. You can see what the build is running by checking Expo.Constants.manifest.releaseChannel https://docs.expo.io/versions/v27.0.0/distribution/release-channels#access-channel-from-code

Cheers,

Adam

Thanks @adamjnav !

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