Skip to content
New issue

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

animationEnabled not working #252

Open
MarcHbb opened this issue Feb 21, 2023 · 2 comments
Open

animationEnabled not working #252

MarcHbb opened this issue Feb 21, 2023 · 2 comments

Comments

@MarcHbb
Copy link

MarcHbb commented Feb 21, 2023

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,
	}}
>
				
@IslamRustamov
Copy link

Hi, @MarcHbb, is it possible for you to share a video of how it looks? Also what device do you use to test it?

@MarcHbb
Copy link
Author

MarcHbb commented Nov 21, 2023

RPReplay_Final1700576784.1.mp4

We can see that markers are animated (custom animation from reanimated) but clusters are not imploding / exploding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants