Crawford30
Crawford30
> [@LukasB-DEV](https://github.com/LukasB-DEV) , just add this before the **return** keyword > > ``` > if (mapView == null) { > mapView = ( > > {this.props.children} > > ) >...
> Thank you, that worked so far. hi, any steps to follow to work with the patch. I have the same issue with; RN 0.82, @rnmapbox/maps": "^10.1.30" "react-native-reanimated": "4.1.3" "react-native-worklets":...
@huytm2k3, thanks, that worked. Additionally, Initially using MapboxGL.locationManager .getLastKnownLocation() .then(location => { if (location) { const userCoords: [number, number] = [ location.coords.longitude, location.coords.latitude, ]; setMapCenter(userCoords); if (cameraRef.current) { cameraRef.current.setCamera({ centerCoordinate:...