diff --git a/README.md b/README.md index 3fba370..b624fc5 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,8 @@ To set this up, perform the following steps: buildTypes { debug { ... - // CodePush updates should not be tested in Debug mode + // Note: CodePush updates should not be tested in Debug mode as they are overriden by the RN packager. However, because CodePush checks for updates in all modes, we must supply a key. + buildConfigField "String", "CODEPUSH_KEY", '""' ... }