I want to show some data in Modal, I need to use modal inside of tab view
react-native-tab-view
react-native-modal
but when i add modal inside of tab view then initially modal is render every time and cannot be dismissed. I already tested using modal in different way...
- Inside of file
- outside of file
- Inside of Function
- using as a component
every time Modal render first and cannot be dismissed.