Skip to content

Commit 157bdeb

Browse files
authored
Merge pull request #214 from esco/patch-1
getUseDeveloperSupport is now public
2 parents f8446dd + 64eeefe commit 157bdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class MainApplication extends Application implements ReactApplication {
7373

7474
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
7575
@Override
76-
protected boolean getUseDeveloperSupport() {
76+
public boolean getUseDeveloperSupport() {
7777
return BuildConfig.DEBUG;
7878
}
7979

0 commit comments

Comments
 (0)