-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I am getting the above error from ClusterMap component when I stop debugging the app.
It is working fine when debugging is ON.
ENV: Android
React Native: 0.61.5
"react-native-maps": "^0.27.1",
"react-native-cluster-map": "^1.0.9",
Code:
<ClusterMap
provider={PROVIDER_GOOGLE}
style={{ ...StyleSheet.absoluteFillObject }}
region={{
latitude: 22.593684,
longitude: 80.96288,
latitudeDelta: 25.9922,
longitudeDelta: 35.9421,
}}
renderClusterMarker={renderCustomClusterMarker}
>
{DemoMarkers.map((marker, id) => {
return <Marker coordinate={marker} key={id}/>;
})}
</ClusterMap>
Metadata
Metadata
Assignees
Labels
No labels
