The template used by npx @react-native-community/cli init
to bootstrap a React Native application.
Using this command create latest react-native project with this template
npx @react-native-community/cli@latest init TestApp
Add version flag and specify that existing version of react-native to create project. Note that this command will create a new project from the template using the specific version passed to the flag
npx @react-native-community/cli init TestApp --version <VERSION>
Replace <VERSION>
with the version number you need. For example: 0.75.2.
This repository contains the template used by the React Native Community's Command Line Tool (or CLI) to bootstrap a React Native project.
Everything inside this repository is MIT licensed.