How to show Android Fragment in Fabric Native Component ? Couldn't find related documentation #239
-
Hi, I also tried the simplest Fragment, ( a TextView in LinearLayout) and result is the same. Is there any document of How to integrate Android Fragment into Fabric native component like the old one (https://reactnative.dev/docs/0.74/native-components-android#integration-with-an-android-fragment-example) My rn version is 0.74.5 My current code snippet. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
I've recently updated the integrating with Android Fragment guide here: @ndu-aspira |
Beta Was this translation helpful? Give feedback.
After a lot of trying, I managed to make it work. There're 2 part of changes need te be made in my case.
attaching part of my view manager for reference.