Check the current version of React installed in the system using the terminal command. npm command that can be used in VS code terminal to check my React JS version.
Check React Version – Terminal Command
npm view react version
The above npm command can be used to check the version of React installed in your system. React JS is used to build web apps.
If you wish to check the version of React Native then you can use the below command. React Native is used to build mobile apps.
Check React-Native Version – Terminal Command
npm view react-native version