react-native-create-app

Tool to create a React Native Project with a single command

Usage no npm install needed!

<script type="module">
  import reactNativeCreateApp from 'https://cdn.skypack.dev/react-native-create-app';
</script>

README

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