Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

The React Native Community Template - getting started building RN apps for Android & iOS

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