Airbnb React Native Maps custom marker with centered text on top
问题 When I say React Native Maps I refer to this module: https://github.com/airbnb/react-native-maps How can I center the text on top of this marker such that it works for any screen size on both ios and android? In the screenshot above the text appears to the top left of the marker. It's a 1. Code included below. Thanks for any guidance! <MapView.Marker style ={{zIndex: this.state.selectedMarker === marker ? 1 : 0}} key={marker.id} image={require('../../assets/marker-with-label/marker-with-label