How to install a specific version of React Native?
To install a specific version of React Native, use this following command:
$ react-native init newproject --version react-native@VersionNumber
Note: In the above, replace VersionNumber with the version of React you want to install.
BY Best Interview Question ON 09 Apr 2020