Skip to content

Commit b931565

Browse files
committed
Fix MainApplication.java in example
1 parent 29019cc commit b931565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Basic/android/app/src/main/java/com/basic/MainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class MainApplication extends Application implements ReactApplication {
1717

1818
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
1919
@Override
20-
protected boolean getUseDeveloperSupport() {
20+
public boolean getUseDeveloperSupport() {
2121
return BuildConfig.DEBUG;
2222
}
2323

0 commit comments

Comments
 (0)