Skip to content

Commit

Permalink
BREAKING: Android - ReactNativeHost getUseDeveloperSupport to public #2
Browse files Browse the repository at this point in the history
Summary:
AaaChiuuu
See: facebook/react-native#11329
Closes facebook/react-native#11505

Differential Revision: D4338559

Pulled By: AaaChiuuu

fbshipit-source-id: 6cd1fd366a2bc30d496b7e907242e7f89a384a19
  • Loading branch information
jpshelley authored and facebook-github-bot committed Dec 16, 2016
1 parent c048837 commit 6068bf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class MainApplication extends Application implements ReactApplication {

private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
@Override
protected boolean getUseDeveloperSupport() {
public boolean getUseDeveloperSupport() {
return BuildConfig.DEBUG;
}

Expand Down

0 comments on commit 6068bf7

Please sign in to comment.