React native maps callout press not triggering on IOS
问题 I'm using react native maps and I'm trying to add en event listener when a marker callout is pressed. It works on Android but not on IOS. In this first snippet calloutPress gets called on Android but not on IOS: <MapView provider={PROVIDER_GOOGLE} style={styles.map} rotateEnabled={false} mapType="standard" initialRegion={region} > <Marker coordinate={markerCoordinate} onCalloutPress={() => this.calloutPress()}> <Callout> <View> <Text style={styles.calloutTitle}>My title</Text> <Text style=