0.1.3 • Published 6 years ago
create-react-native-unimodules-app v0.1.3
create-react-native-unimodules-app 
Create react native unimodules apps with no build configuration.
Quick Start
If you don't have react-native-cli yet, get it:
npm i -g react-native-cliInstall the create-react-native-unimodules-app CLI command line utility:
npm i -g create-react-native-unimodules-appUse the command line interface to generate a new React Native Unimodules project called "AwesomeProject":
# js
create-react-native-unimodules-app i AwesomeProject
# ts
create-react-native-unimodules-app i AwesomeProject -tThe project generated by this CLI depends on the react-native-unimodules-ts-starter repository.