Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/react-native-community/template
The React Native Community Template - getting started building RN apps for Android & iOS
https://github.com/react-native-community/template
react-native react-native-app react-native-cli react-native-community template templates
Last synced: 3 days ago
JSON representation
The React Native Community Template - getting started building RN apps for Android & iOS
- Host: GitHub
- URL: https://github.com/react-native-community/template
- Owner: react-native-community
- License: mit
- Created: 2024-02-28T14:14:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T20:06:20.000Z (16 days ago)
- Last Synced: 2025-01-05T19:04:44.363Z (11 days ago)
- Topics: react-native, react-native-app, react-native-cli, react-native-community, template, templates
- Language: JavaScript
- Homepage:
- Size: 599 KB
- Stars: 87
- Watchers: 11
- Forks: 20
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 flagnpx @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/test.yml?branch=main&style=flat-square
[build]: https://github.com/react-native-community/template/actions/workflows/test.yml
[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