# react-native-create-app **Repository Path**: mirrors_listenzz/react-native-create-app ## Basic Information - **Project Name**: react-native-create-app - **Description**: Tool to create a React Native Project with a single command - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-create-app 一行命令创建 React Native 项目,并和 [hybrid-navigation](https://github.com/listenzz/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] 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 `` --license [string] The license type (default: "MIT") -h, --help output usage information ``` ## License [MIT](./LICENSE)