Hello Friends 👋,
Welcome to Infinitbility.
Today, we are going to know how to check react native and react native cli version using CMD.
To check react native version, React native CLI provide react-native -v
commad to show react native and react native cli version.
Let’s start steps to check react native version.
Steps
-
Open your CMD and navigate to your react native project.
-
Run
react-native -v
command in your project folder.react-native -v
Output
Thanks for reading…