- Change React and React Native versions in
package.json
- Run
yarn install
to upgrade dependencies - Run
yarn outdated
oryarn upgrade-interactive
to upgrade outdated libraries. Make sure that there's no breaking changes, check release notes (one by one). - Compare your changes with the diff or use the upgrade-helper and update the native code.
- Open Xcode and link the binaries
- Run iOS
- Test iOS
- Run on Android
- Test Android
- Be happy \o/
Forked from julioxavierr/react-native-update.md
Last active
February 17, 2021 14:19
-
-
Save jgcmarins/dd443dfe3226ce10a25e2e96fc9c3175 to your computer and use it in GitHub Desktop.
Steps to Upgrade a React Native App
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment