Please provide the following:
- SDK Version: 37.0.0
- Platforms(Android/iOS/web/all): Android/iOS
To make an ios build for the store I run - expo build:ios
.
Then to make an android build for the store I run - expo build:android -t app-bundle
.
However each of these commands creates a new js bundle and uploads to Sentry so I get situations like screenshot below.
Is it possible to build for both ios/android but only use 1 js bundle?