I want to check the react-native and react version used in my project. Anyone know how to find out ?
CodePudding user response:
You can use below commands :
npm view react version
npm view react-native version
For your reference i add screenshot that shows the working :
CodePudding user response:
You can find both React & React Native version in package.json
file of your project without running any commands.