I try to use react-native-maps. I tried like this :
<View style={styles.container}>
<MapView style={styles.map}
region={{
latitude: this.state.latitude,
longitude:this.state.longitude,
latitudeDelta:0.1,
longitudeDelta:0.1,
}}
>
<Marker
coordinate= {{
latitude: 38.41885,
longitude: 27.12872,
}}
title={'my marker'}
description={'test'}
/>
</MapView>
</View>
however when I start app, app close immediately. I couldn understand why it close ?
Android Manifest.xmltheapiKey. Or try to uninstall the app, the re-run it.