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 29019cc commit b931565Copy full SHA for b931565
examples/Basic/android/app/src/main/java/com/basic/MainApplication.java
@@ -17,7 +17,7 @@ public class MainApplication extends Application implements ReactApplication {
17
18
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
19
@Override
20
- protected boolean getUseDeveloperSupport() {
+ public boolean getUseDeveloperSupport() {
21
return BuildConfig.DEBUG;
22
}
23
0 commit comments