You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
First of all, very nice lib ;)
I want to display a tab navigation inside a modal ("react-native-modal": "^13.0.0")
When I put just a view in the modal and some text, the modal has always the correct height (fitting the textcontent)
But when I put the tab-view inside it, it always takes the whole screen, even if the content is less then half the screen.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there!
First of all, very nice lib ;)
I want to display a tab navigation inside a modal (
"react-native-modal": "^13.0.0"
)When I put just a view in the modal and some text, the modal has always the correct height (fitting the textcontent)
But when I put the tab-view inside it, it always takes the whole screen, even if the content is less then half the screen.
Initial layouting doesn't fix it neither...
I am using Verion:
"react-native-modal": "^3.1.1"
How can I fix that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions