# template **Repository Path**: mirrors_react-native-community/template ## Basic Information - **Project Name**: template - **Description**: The React Native Community Template - getting started building RN apps for Android & iOS - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Native Community Template The template used by `npx @react-native-community/cli init` to bootstrap a React Native application. [![Build Status][build-badge]][build] [![Version][version-badge]][package] [![MIT License][license-badge]][license] [![PRs Welcome][prs-welcome-badge]][prs-welcome] # Create Latest CLI Project Using this command create latest react-native project with this template ``` npx @react-native-community/cli@latest init TestApp ``` # Create Specific Version React-Native CLI Project 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 Replace `` with the version number you need. For example: 0.75.2. ## Contents - [About](#about) - [License](#license) ## About This repository contains the template used by the React Native Community's Command Line Tool (or CLI) to bootstrap a React Native project. ## License Everything inside this repository is [MIT licensed](./LICENSE). [build-badge]: https://img.shields.io/github/actions/workflow/status/react-native-community/template/tests.yaml?branch=main&style=flat-square [build]: https://github.com/react-native-community/template/actions/workflows/tests.yaml [version-badge]: https://img.shields.io/npm/v/@react-native-community/template.svg?style=flat-square [package]: https://www.npmjs.com/package/@react-native-community/template [license-badge]: https://img.shields.io/npm/l/@react-native-community/template.svg?style=flat-square [license]: https://opensource.org/licenses/MIT [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square [prs-welcome]: http://makeapullrequest.com