We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8446dd + 64eeefe commit 157bdebCopy full SHA for 157bdeb
README.md
@@ -73,7 +73,7 @@ public class MainApplication extends Application implements ReactApplication {
73
74
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
75
@Override
76
- protected boolean getUseDeveloperSupport() {
+ public boolean getUseDeveloperSupport() {
77
return BuildConfig.DEBUG;
78
}
79
0 commit comments