There is a MapView module in reaction-native. ( RCTMapManager module)
It currently does not support custom viewing of annotations. Is it possible to override the method - (MKAnnotationView *)mapView:(__unused MKMapView *)mapView viewForAnnotation:(RCTPointAnnotation *)annotation in the user bridge? Or should I create my own RCTMapManager component from scratch
source share