From ff90d2fdb242dbf6780fded2e8b6c916dde7e3c0 Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Fri, 8 Apr 2016 09:27:18 +0200 Subject: [PATCH] Update `android` part when using `rnpm` Hey, So recent PR added params to be used with `rnpm` - that means we no longer generate an empty `new CodePush`, but ask user for development token instead as well. I am thinking we might either remove that comment or mention `if you are using RNPM < 1.6` What you think? --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 385cc6b..44b6315 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,6 @@ public class MainActivity extends ReactActivity { // have it, you can run "code-push deployment ls -k" to retrieve your key. return Arrays.asList( new MainReactPackage(), - // new CodePush() <-- remove this generated line if you used RNPM for plugin installation. new CodePush("deployment-key-here", this, BuildConfig.DEBUG) ); }