Upgrade Current React Native Project Version to 0.66 Latest Version

Hello friends, Few days back react native has launched its latest version 0.66 with some new features. Now in react native we handle taps on View component outside of parent bound in android. As the android is evolving so much faster react native has to full fill its requirement for android’s latest version so form now on we can add new Bluetooth permission for Android 12. There are so much more in the latest version. You can read all about them here. Now the main purpose of our tutorial is to show you guys, How you can Upgrade Current React Native Project Version to 0.66 Latest Version.

Contents in this project Upgrade Current React Native Project Version to 0.66 Latest Version :-

1. On the day of making this tutorial react native has launched its 0.66.2 version. So open your existing project directory in Terminal in MAC and in CMD in Windows. Execute below command to upgrade.


2. Now wait for few seconds until its download some additional packages and you will see you project is successfully upgraded.

3. Now we have to clear the Gradle of our project to sync with new files. So again open your project’s main Root directory in CMD and execute below command.

Here you go friends, Now our project is successfully upgraded into latest 0.66 version.