diff --git a/src/components/MapView.tsx b/src/components/MapView.tsx index 13042336fb..105880ee06 100644 --- a/src/components/MapView.tsx +++ b/src/components/MapView.tsx @@ -1171,6 +1171,14 @@ class MapView extends NativeBridgeComponent( } } + if (mapView == null) { + mapView = ( + + {this.props.children} + + ) + } + return (