InterviewSolution
Saved Bookmarks
| 1. |
How to install a specific version of React Native? |
|
Answer» To INSTALL a SPECIFIC VERSION of React Native, USE this following command: $ react-native init newproject --version [email protected] Note: In the above, replace VersionNumber with the version of React you WANT to install. |
|