Bacancy Technology
Bacancy Technology represents the connected world, offering innovative and customer-centric information technology experiences, enabling Enterprises, Associates and the Society to Rise™.
12+
Countries where we have happy customers
1050+
Agile enabled employees
06
World wide offices
12+
Years of Experience
05
Agile Coaches
14
Certified Scrum Masters
1000+
Clients projects
1458
Happy customers
Artificial Intelligence
Machine Learning
Salesforce
Microsoft
SAP
December 4, 2023
To find out the veÂrsion of the react-native package in your project, go to the root directory of your projeÂct and open the package.json fileÂ. Look for the react-native veÂrsion mentioned under the dependencieÂs section. For example,
"dependencies": { ... "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.4", ... }
Alternatively, you can check by running the below command using terminal on your mac:
react-native version
While upgrading your project from 0.X.XX to 0.Y.YY, you can use the community upgrade helper link which helps you to migrate the project with ease. It uses rn-diff-purge, react-diff-view and create-react-app.