We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<MapView ref={map} mounted={false} onPress={e => { clickMap(e.nativeEvent); }} mapType={MapType.Standard} initialCameraPosition={{ target: { latitude: 40.91095, longitude: 116.37296, }, zoom: 12, }}> <Marker position={{ latitude: coordinate.latitude, longitude: coordinate.longitude, }} icon={require('./../../assets/common/dw.png')} /> </MapView> android12 机型荣耀 X40 GT react-native: 0.71.0 => 0.71.0
<MapView ref={map} mounted={false} onPress={e => { clickMap(e.nativeEvent); }} mapType={MapType.Standard} initialCameraPosition={{ target: { latitude: 40.91095, longitude: 116.37296, }, zoom: 12, }}> <Marker position={{ latitude: coordinate.latitude, longitude: coordinate.longitude, }} icon={require('./../../assets/common/dw.png')} /> </MapView>
The text was updated successfully, but these errors were encountered:
react-native-amap3d/lib/src/map-view.tsx
Lines 125 to 128 in da9ca75
点文字用这个
Sorry, something went wrong.
No branches or pull requests
<MapView ref={map} mounted={false} onPress={e => { clickMap(e.nativeEvent); }} mapType={MapType.Standard} initialCameraPosition={{ target: { latitude: 40.91095, longitude: 116.37296, }, zoom: 12, }}> <Marker position={{ latitude: coordinate.latitude, longitude: coordinate.longitude, }} icon={require('./../../assets/common/dw.png')} /> </MapView>
android12 机型荣耀 X40 GT
react-native: 0.71.0 => 0.71.0
The text was updated successfully, but these errors were encountered: