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.
1 parent f8446dd commit 64eeefeCopy full SHA for 64eeefe
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