1.0.1 ā€¢ Published 5 years ago

create-react-native-example v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

create-react-native-example

šŸ“¦ Create React Native examples for RN libraries developed by you

Installation

npm install create-react-native-example --dev

Usage

./node_modules/.bin/create-react-native-example MyExampleAppName

Run

After that the CLI will create a example React Native project under the examples/ folder where you ran the command. Then:

cd MyExampleAppName/ && npm run start

# And in another terminal tab run:
npm run android
# or
npm run ios