mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 12:55:21 +08:00
Fix flow (#305)
* Fix Flow and Android build * Enable flow on CI * Fix and suppress flow errors
This commit is contained in:
committed by
Eric Vicenti
parent
67d64807da
commit
a7b1243053
@@ -22,7 +22,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