MapView
not visible because of insufficient styles
#720
-
Hey looking for some help, |
Beta Was this translation helpful? Give feedback.
Answered by
KiwiKilian
Mar 15, 2025
Replies: 1 comment 12 replies
-
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The whole screen should be red. Your parent
View
or multiple levels are shrinking thechildren
. Make sure every parent hastflex: 1
until the whole screen is at least red.You can also try to give the
MapView
a fixedstyle={{ width: 200, height: 200 }}
.