Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #326 from javiercr/fix/android-sample
Browse files Browse the repository at this point in the history
Fix demo for Android
  • Loading branch information
dzhuowen committed May 18, 2017
2 parents 271874e + fd9afd9 commit 246d92e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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 246d92e

Please sign in to comment.