question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade: React Native from 0.59.2 to 0.61.2

See original GitHub issue

Is 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

  1. Run the upgrade command

    react-native upgrade
    

    Some files will not get upgraded, those files need to be changes manually

  2. Open React Native upgrade helper and choose 0.59.2 in left column and latest react native version in right column react-native-upgrade

  3. Files which were not changes automatically in Step 1, modified them manually using step 2

  4. 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:closed
  • Created 4 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
pratikdaigavanecommented, Oct 9, 2019

Can I work on it?

2reactions
sanjeevyadavITcommented, Oct 9, 2019

sure @pratikdaigavane go for it and if you need help or get stuck just ask, will be happy to assist you

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found