* Fix Flow and Android build

* Enable flow on CI

* Fix and suppress flow errors
This commit is contained in:
Satyajit Sahoo
2017-02-13 21:56:30 +05:30
committed by Eric Vicenti
parent 67d64807da
commit a7b1243053
43 changed files with 442 additions and 361 deletions

View File

@@ -22,7 +22,7 @@ public class MainApplication extends Application implements ReactApplication {
}
@Override
protected boolean getUseDeveloperSupport() {
public boolean getUseDeveloperSupport() {
return BuildConfig.DEBUG;
}