Skip to content

Commit

Permalink
[#15798] Fix issue with android dev env by disabling flipper
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed May 4, 2023
1 parent 4774b0f commit 9039537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void onCreate() {
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
Expand Down

0 comments on commit 9039537

Please sign in to comment.