Skip to content

Commit f0fbca4

Browse files
authored
Add Flipper initialization to Android template
1 parent 22760d5 commit f0fbca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public ReactNativeHost getReactNativeHost() {
4444
public void onCreate() {
4545
super.onCreate();
4646
SoLoader.init(this, /* native exopackage */ false);
47+
initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
4748
}
4849

4950
/**

0 commit comments

Comments
 (0)