Skip to content

Commit bb272ba

Browse files
axe-fbfacebook-github-bot
authored andcommitted
Don't enable Flipper in React Native by default
Summary: Removing default integration of Flipper from OSS till discussions happen. To enable Flipper, just download the Flipper desktop app and uncomment the line in MainApplication.java. Flipper should automatically connect to your app. Reviewed By: rickhanlonii Differential Revision: D6654890 fbshipit-source-id: 692cf04fec3273703c0571d04f0100c0dbb8269b
1 parent 81733d9 commit bb272ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/android/app/src/main/java/com/helloworld/MainApplication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public ReactNativeHost getReactNativeHost() {
4343
public void onCreate() {
4444
super.onCreate();
4545
SoLoader.init(this, /* native exopackage */ false);
46-
initializeFlipper(this); // Remove this line if you don't want Flipper enabled
4746
}
4847

4948
/**

0 commit comments

Comments
 (0)