We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22760d5 commit f0fbca4Copy full SHA for f0fbca4
template/android/app/src/main/java/com/helloworld/MainApplication.java
@@ -44,6 +44,7 @@ public ReactNativeHost getReactNativeHost() {
44
public void onCreate() {
45
super.onCreate();
46
SoLoader.init(this, /* native exopackage */ false);
47
+ initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
48
}
49
50
/**
0 commit comments