Reputation: 83
I am doing stack navigation in React Native. It works fine, but the problem is that I want to do the navigation like the fragment navigation in Android.
In the image from link given below, the red highlighted part only gets navigated when I click the arrow button in green highlighted part(The green highlighted part is a navigation header).
https://i.sstatic.net/Wa4lL.png
Upvotes: 0
Views: 1659
Reputation: 3118
If i understand your question correctly... you want to make a fragment in RN. In react native, it called modal and there is many packages providing this. One of this good packages is react-native-modalbox.
I hope i understand your question correctly.
Upvotes: 1