react-native-create-app

2.4.3 • Public • Published

react-native-create-app

一行命令创建 React Native 项目,并和 hybrid-navigation 集成。

Command-line usage

Navigate into an empty directory to execute the command.

$ npx react-native-create-app MyApp

This will create the folder MyApp in which the project will be created in.

Usage: react-native-create-app [options] <projectName>

creates a react native project.

Options:
  -V, --version                      output the version number
  -p, --package-identifier [string]  Application Id on Android or Bundle Identifier on iOS (default: "com.example.(projectName in lower case)")
  -d, --directory [string]           Uses a custom directory instead of `<projectName>`
  --license [string]                 The license type (default: "MIT")
  -h, --help                         output usage information

License

MIT

/react-native-create-app/

    Package Sidebar

    Install

    npm i react-native-create-app

    Weekly Downloads

    3

    Version

    2.4.3

    License

    MIT

    Unpacked Size

    196 kB

    Total Files

    40

    Last publish

    Collaborators

    • listenzz