[#15798] Fix issue with android dev env by disabling flipper
This commit is contained in:
parent
7e54aa0b0d
commit
d7db401cb2
|
@ -72,7 +72,7 @@ public class MainApplication extends NavigationApplication {
|
|||
OkHttpClientProvider.setOkHttpClientFactory(new StatusOkHttpClientFactory());
|
||||
|
||||
WebView.setWebContentsDebuggingEnabled(BuildConfig.DEBUG_WEBVIEW == "1");
|
||||
initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
|
||||
//initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
|
||||
}
|
||||
/**
|
||||
* Loads Flipper in React Native templates. Call this in the onCreate method with something like
|
||||
|
|
Loading…
Reference in New Issue