Upgrade: React Native from 0.59.2 to 0.61.2
See original GitHub issueIs your feature request related to a problem? Please describe. React native >= 0.60 has some major changes like
- AndroidX support
- Hermes(new JavaScript engine) support
- 64 bit support
- fast refresh
- Auto link library (no need to manually link packages)
- With Hermes unable, build size decreases and performance improves
Describe the solution you’d like Follow these steps to upgrade react native
-
Run the
upgrade
commandreact-native upgrade
Some files will not get upgraded, those files need to be changes manually
-
Open React Native upgrade helper and choose 0.59.2 in left column and latest react native version in right column
-
Files which were not changes automatically in Step 1, modified them manually using step 2
-
Run the App and test
Additional context Official React Native upgrade guide
TODO
- Upgrade react native from
0.59.5
to^0.61.2
- Enable hermes
- Test entire app for any case of failure
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Upgrading to new versions - React Native
You first need to select from and to which version you wish to upgrade, by default the latest major versions are selected. After...
Read more >Upgrade: React Native from 0.59.2 to 0.61.2 · Issue #79 - GitHub
Run the upgrade command. react-native upgrade · Open React Native upgrade helper and choose 0.59.2 in left column and latest react native version ......
Read more >How To Upgrade React Native to Version 0.61? - Pagepro
1. Upgrading a React Native app in existing projects. · Make changes according to the differences, manually. · Run yarn/npm to update versions....
Read more >React Native Upgrade Helper
React Native 0.60 includes Cocoapods integration by default, AndroidX support, auto-linking libraries, a brand new Start screen and more.
Read more >Just finished an upgrade from React Native 0.59 to 0.61. Here ...
For both platforms, comb through your dependencies. Read their `README`s -- if they have further instructions for React Native >= 0.60, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can I work on it?
sure @pratikdaigavane go for it and if you need help or get stuck just ask, will be happy to assist you