Skip to content

Commit

Permalink
Merge pull request #214 from esco/patch-1
Browse files Browse the repository at this point in the history
getUseDeveloperSupport is now public
  • Loading branch information
crazycodeboy committed May 29, 2018
2 parents f8446dd + 64eeefe commit 157bdeb
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 157bdeb

Please sign in to comment.