Created
January 27, 2026 12:03
-
-
Save Juan-Severiano/9bf1b15e339b1ad28c5e97c0bb40604e to your computer and use it in GitHub Desktop.
Creating a new project with React Native with a specific version, ex: 0.82
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # npx @react-native-community/cli@latest init <NOME_DO_PROJETO> --version <VERSAO> | |
| npx @react-native-community/cli@latest init LottieFilesTest --version 0.82.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment