mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-26 23:06:03 +08:00
Fix the ReduxExample app (3) (#1144)
* [Example] Upgrade dependencies to fix the ReduxExample app * [Example] Also upgrade and fix the LinkingExample app * [Example] Update MainApplication.java to fix Android API
This commit is contained in:
committed by
Mike Grabowski
parent
261ea8aa05
commit
5c12c41d96
@@ -23,7 +23,7 @@ public class MainApplication extends Application implements ReactApplication {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean getUseDeveloperSupport() {
|
||||
public boolean getUseDeveloperSupport() {
|
||||
return BuildConfig.DEBUG;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user