Skip to content

Instantly share code, notes, and snippets.

@singh100ful
Created May 31, 2020 22:51
Show Gist options
  • Save singh100ful/6ebdd75c6fc10136030866c638260d7f to your computer and use it in GitHub Desktop.
Save singh100ful/6ebdd75c6fc10136030866c638260d7f to your computer and use it in GitHub Desktop.
Flipper Initialization
@Override
public void onCreate() {
super.onCreate();
SoLoader.init(this, /* native exopackage */ false);
//initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); <-comment here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment