0.2.4 • Published 10 years ago
rctapp v0.2.4
rctapp
React Native CLI Helper Tools
Install
Stable
$ npm install -g rctappExciting
$ npm install -g git://github.com/bh5-js/rctapp.gitUsage
Required: Add bundleId prop to your package.json and set it to your apps bundleId
Example
...
"bundleId": "com.bodhi5.demo",
...Start Packager and Babel Watcher
$ rctapp devBuild to sim
$ rctapp build-simLaunch sim
$ rctapp launch-simClean Xcode project
$ rctapp cleanNotes
Currently React and React Native do not whitelist all babeljs transforms.
So as a temporary fix you can precompile your js with non whitelisted babel transforms
by adding the -b or --babel flag to any command (precompiles with babel on --stage 0)
License
MIT