Moh. Law. Jr
Moh. Law. Jr
Just found the **view null** that cause the error in this file node_modules\@rnmapbox\maps\src\components\\**MapView.tsx** in the **render()** function, just before the return : if (mapView == null) { mapView = (...
@LukasB-DEV , just add this before the **return** keyword if (mapView == null) { mapView = ( {this.props.children} ) } So your code should be like : let mapView =...
> > [@LukasB-DEV](https://github.com/LukasB-DEV) , just add this before the **return** keyword > > ``` > > if (mapView == null) { > > mapView = ( > > > >...