Skip to content

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

License

Notifications You must be signed in to change notification settings

callstack/visionos-template

 
 

Repository files navigation

React Native Community Template

The template used by npx @react-native-community/cli init to bootstrap a React Native application.

Build Status Version MIT License 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 <VERSION>

Replace <VERSION> with the version number you need. For example: 0.75.2.

Contents

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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.9%
  • Objective-C 19.0%
  • Ruby 11.7%
  • Kotlin 11.1%
  • TypeScript 10.9%
  • Shell 6.1%
  • Other 6.3%