Skip to content

Latest commit

History

History
27 lines (21 loc) 路 585 Bytes

README.md

File metadata and controls

27 lines (21 loc) 路 585 Bytes

create-react-native-example

馃摝 Create React Native examples for RN libraries developed by you

Installation

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

# or install globally:
npm install create-react-native-example --global

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