web-ridge / react-native-paper-tabs

Smooth and fast cross platform Material Design Tabs for React Native Paper
https://reactnativepapertabs.com
MIT License
189 stars 34 forks source link

Tabscreen is not working inside modal. #30

Closed vipulbuoyancy closed 11 months ago

vipulbuoyancy commented 2 years ago

I have added tab screen inside react native paper modal, but it is not working. I can only see the tabs but not the tab screen inside modal. Please help me with how to use tabs inside modal.

Thank you.

RichardLindhout commented 2 years ago

I think you need a flex: 1 in the modal content view or something like that!