Skip to content

Osedea/ignite-code-push

Repository files navigation

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.

About

Ignite plugin to add code push to a React Native application

Resources

Stars

Watchers

Forks

Packages

No packages published