79794598

Date: 2025-10-20 04:17:32
Score: 0.5
Natty:
Report link

I have found the issue . The cause is <View> and <BottomSheet> are react native components , not MapView overlays . on IOS , MapView accepts react subviews (and ignores unsupported once ) , but on android MapView is a native SurfaceView , which cannot have nested React views unless they're valid map overlays like <Marker> , <Circle> etc .

so to avoid this UI error on android simply do not put nested views inside the MapView . and by doing so my component mounts on android without an issue .

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sahan Rajapaksha