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

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue