DEV Community

Cover image for FAST REFRESH ~ React Native 61 ~ Upgrading React Native from 60.5 to 61.1 and Testing Fast Refresh! [LIVE STREAM]
Michael Lustig - halfjew22@gmail.com
Michael Lustig - halfjew22@gmail.com

Posted on • Updated on

FAST REFRESH ~ React Native 61 ~ Upgrading React Native from 60.5 to 61.1 and Testing Fast Refresh! [LIVE STREAM]

I felt like documenting the process of upgrading React Native so that others could potentially find fixes to issues they run into, or perhaps learn a couple of neat resources.

Below is the video with timestamps and errors that occurred during the process. You can click on an image and it will take you to the time in the video where that error occurred so you can watch me fix the error in real time.

Let me know if anyone runs into any different issues and we can help each debug them!

YouTube | dev.to | Twitter | Github | Medium | Reddit

Video

Upgrading React Native 60.5 --> 61.1

πŸ“‹ πŸ‘“ react-native upgrade results @ 8:56

πŸ“‹ πŸ‘“ react-native upgrade results

Errors During Upgrade (Click to see fix)

Fixing Podfile @ 13:34

πŸ”’  ❌  Fixing Podfile

πŸ”’ ❌ React Native Version Mismatch @ 26:22

πŸ”’  ❌  React Native Version Mismatch

πŸ‘¨β€πŸ’» 😦 xcodebuild failed @ 30:17

πŸ‘¨β€πŸ’» 😦 xcodebuild failed

πŸ“ ❗ Unable to open file Yoga @ 31:57

πŸ“ ❗ Unable to open file Yoga


React Native Docs on Upgrading

React Native Upgrade Helper

React Native 61 Blog Post

React Native 61.1 Podfile


I’m going to start a series of videos where I try to do things live in code to show all the errors and the thought process that goes into debugging those errors. I will try and be as thorough as possible in explaining why I believe shit has hit the fan. I will leave no stone unturned in getting things to work.

Top comments (2)

Collapse
 
rickhanlonii profile image
Rick Hanlon

Thanks for posting, it's really valuable for me to watch how an upgrade goes!

Collapse
 
technoplato profile image
Michael Lustig - halfjew22@gmail.com

Cheers man!! Thanks for my first reply on dev.to!

I'm currently recording a quick tutorial on setting up Firebase Auth with React Native using the Context API and hooks. Hopefully that's helpful as well.