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
This is my MapView, don't know why it's not working
<MapView animationEnabled={true} onMapReady={() => setIsMapReady(true)} ref={mapView} onClusterPress={(cluster, markers) => manageMapPress("cluster", cluster, markers)} preserveClusterPressBehavior clusterColor={clusterColor} clusterTextColor={colors.white} provider={PROVIDER_GOOGLE} followsUserLocation style={[styles.map]} customMapStyle={DARKMAP} showsUserLocation={true} onPress={() => manageMapPress("map")} initialRegion={region || DEFAULT_REGION} showsMyLocationButton={false} initialCamera={{ center: { latitude: region?.latitude, longitude: region?.longitude, }, heading: 0, pitch: 0, altitude: 0, zoom: 4.8, }} >
The text was updated successfully, but these errors were encountered:
Hi, @MarcHbb, is it possible for you to share a video of how it looks? Also what device do you use to test it?
Sorry, something went wrong.
We can see that markers are animated (custom animation from reanimated) but clusters are not imploding / exploding
No branches or pull requests
This is my MapView, don't know why it's not working
The text was updated successfully, but these errors were encountered: