Skip to content

Commit

Permalink
fixed issue #1688 (in accordance with facebook/react-native#11329) (#…
Browse files Browse the repository at this point in the history
…1691)
  • Loading branch information
power1220 committed Mar 10, 2017
1 parent e005321 commit a732a1e
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 a732a1e

Please sign in to comment.