ignite-code-push

0.0.2 • Public • Published

Ignite Code Push Plugin

Adds code-push to your React Native project.

This plugin:

  • Adds react-native-code-push
  • Patches the native files of your project to enable it
  • Gets or Creates the code-push applications using code-push-cli
  • Tells you the last step you need to do

Add

ignite add code-push

Remove

ignite remove code-push

When removing, one thing we can't do right now is removing the <key>CodePushDeploymentKey</key><value>...</value> from your Info.plist and the packages.add(new CodePush("...", MainApplication.this, BuildConfig.DEBUG)); from your MainApplication.java.

You will need to do that manually.

Package Sidebar

Install

npm i ignite-code-push

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

18.9 kB

Total Files

10

Last publish

Collaborators

  • adrienthiery