create-react-native-example
v1.0.1
Published
📦 Create React Native examples for RN libraries developed by you
Downloads
1
Readme
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