Skip to content

Instantly share code, notes, and snippets.

@Juan-Severiano
Created January 27, 2026 12:03
Show Gist options
  • Select an option

  • Save Juan-Severiano/9bf1b15e339b1ad28c5e97c0bb40604e to your computer and use it in GitHub Desktop.

Select an option

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
# 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