问题
I wanna to show English and local language support on my React-native-maps like this image,But default it's showing only English,How to make support of bilingual map using react-native-maps
<MapView ref={map => {this.map = map}}
provider={this.props.provider}
style={styles.map}
showsUserLocation={true}
maxZoomLevel={50}
initialRegion={this.state.region}
showsBuildings={true}
onRegionChangeComplete={region => this.onRegion(region)}
/>
来源:https://stackoverflow.com/questions/53995302/how-to-create-local-language-support-on-google-maps-using-react-native-maps