Skip to content

Commit

Permalink
fixed issue aksonov#1688 (in accordance with facebook/react-native#11329
Browse files Browse the repository at this point in the history
)
  • Loading branch information
drgrey87 committed Mar 9, 2017
1 parent 9dcef8a commit 6b05e3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 6b05e3d

Please sign in to comment.