Skip to content

Commit

Permalink
Switch getUseDeveloperSupport to public
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Feb 10, 2017
1 parent 2eb4e7b commit e9b8f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void onCreate () {
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {

@Override
protected boolean getUseDeveloperSupport() {
public boolean getUseDeveloperSupport() {
return BuildConfig.DEBUG;
}

Expand Down

0 comments on commit e9b8f43

Please sign in to comment.