Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-native-init

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-init

Create React-Native Projects with Native Code

Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
37
-54.32%
Maintainers
1
Weekly downloads
 
Created
Source

Requirements

  • macos
  • xcode 9.4+

Android Studio is unnecessary. We will use shell script to install sdk-platforms and sdk-tools.

Install

npm install -g react-native-init

Create project

react-native-init YourProjectName

Options

version {string}

You can specify the version you want, default value is the latest react-native version.

react-native-init YourProjectName --version=0.56.0

npm {boolean}

Using npm to install package whatever.

react-native-init YourProjectName --npm

If you don't append this parameter, we will check yarn at first, and then check npm when yarn is not installed.

Chinese Developer

Launch vpn may be a better choice.

Waiting...

Keywords

react-native

FAQs

Package last updated on 09 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts