bugsnag / bugsnag-expo

MIT License
11 stars 5 forks source link

[PLAT-9891] read config from Constants.expoConfig #119

Closed yousif-bugsnag closed 1 year ago

yousif-bugsnag commented 1 year ago

Goal

Expo now has a standard API Constants.expoConfig for accessing the project's Expo config at runtime for development builds, EAS Builds and EAS Updates.

This updates the notifier to get the apiKey, appVersion and sdkVersion from Constants.expoConfig instead of having to check for the existence of Constants.manifest/ Constants.manifest2

Testing

Existing CI, plus manually tested with development builds and EAS Update