Description
The existence of a FragmentActivity would suggest support for Fragments. However, it seems that Fragments are not actually supported by React Native. They do not exist at all in any sample code. (Prove me wrong!). There is an outstanding issue to integrate a ReactFragment class. There are issues in handling on touch events inside a fragment that is based on react. Is there someone who can clarify the situation? What is the best option for those that want to use react native inside a fragment vs. activity? In particular to have an activity with some fragments that are native and one or more fragments that is react native. I need clarification if this can be done. This question obviously needs answering for anyone who is planning on a hybrid approach with the UI like integrating into an existing Android app.