React native inside Fragment Android
I am trying to open react native pages inside a fragment in android. I followed the following link React-native inside a Fragment
I am able to open the react native page but the touchlisteners inside react pages are not working.
Can somebody can suggest some method how to do it as the react native loses its focus when added to a fragment.
Comments
Post a Comment