Skip to content

Commit

Permalink
getUseDeveloperSupport is now public
Browse files Browse the repository at this point in the history
A breaking change made `getUseDeveloperSupport` public facebook/react-native#11329
  • Loading branch information
esco committed May 24, 2018
1 parent f8446dd commit 64eeefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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 64eeefe

Please sign in to comment.