- Update CHANGELOG.md with next release number
- Update version in app.json
- Push changes to
master
- Add new release on GitHub
- Save new snapshots for App Store
- Run
expo build:ios
from Shell - After the command completes it will provide a url to downloard the app file
- Now add the build with Xcode
- From the Xcode menu scroll to Open Developer Tool and Choose Application Loader from the menu
- Click choose and select the build that you downloaded earlier from the expo link
- Log in to App Store Connect
- Go to most recent
iOS App
then+ Version
- Add
What's New in This Version
, using-
for each bullet - Update screen shots:
- 5.5-Inch Retina Display
1242 x 2208
pixels for portrait - 5.8-Inch Super Retina Display
1125 x 2436
pixels for portrait
- 5.5-Inch Retina Display
- Once build is done processing, add build to new version and submit for review
Procedures from How to Deploy a Create-React-Native-App to the App Store