Skip to content

Commit 6068bf7

Browse files
jpshelleyfacebook-github-bot
authored andcommitted
BREAKING: Android - ReactNativeHost getUseDeveloperSupport to public #2
Summary: AaaChiuuu See: facebook/react-native#11329 Closes facebook/react-native#11505 Differential Revision: D4338559 Pulled By: AaaChiuuu fbshipit-source-id: 6cd1fd366a2bc30d496b7e907242e7f89a384a19
1 parent c048837 commit 6068bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/HelloWorld/android/app/src/main/java/com/helloworld/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)