New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rctapp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rctapp

React Native Cli Tools

  • 0.2.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

rctapp

React Native CLI Helper Tools

Install

Stable

$ npm install -g rctapp

Exciting

$ npm install -g git://github.com/bh5-js/rctapp.git

Usage

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 dev

Build to sim

$ rctapp build-sim

Launch sim

$ rctapp launch-sim

Clean Xcode project

$ rctapp clean

Notes

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

Keywords

FAQs

Package last updated on 15 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc