Skip to content

Commit

Permalink
chore: re-enabled flipper for android
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Nov 19, 2020
1 parent cadb22c commit 16fbb5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public ReactNativeHost getReactNativeHost() {
public void onCreate() {
super.onCreate();
SoLoader.init(this, /* native exopackage */ false);
// initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); // Remove this line if you don't want Flipper enabled
initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); // Remove this line if you don't want Flipper enabled
}

/**
Expand Down

0 comments on commit 16fbb5c

Please sign in to comment.