0.0.11 • Published 3 years ago
@zjkuang/react-native-factory v0.0.11
react-native-factory
How to use
Create (Replace MyApp in the following command lines with your chosen app name)
npx @zjkuang/react-native-factory init MyAppAnd wait until it is done.
Initialize
cd MyApp
yarn
bundle install
yarn pod(You only need to run bundle install for the first time after MyApp is created.)
Run on iOS
yarn iosRun on Android
yarn android