Any way to get iOS BundleID and Android package name?

I have a setup with multiple application built from a single slug, using multiple app.json files. A single app publish gets pushed to multiple applications. Inside JS I’d like to distinguish between the apps. In plain ReactNative I would do this with a native module like RN DeviceInfo. I need a similar way to do it in Expo.

Constants.manifest* is not working here, because manifest gets updated when publishing new build. Is there any other way besides manifest to do it?

Alternatively, may there is a way to get original manifest, which was published with app binary?

1 Like

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