-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add native animation for Markers on Android (with documentation) #1976
Conversation
LGTM |
Please update the example as well https://github.com/react-community/react-native-maps/blob/master/example/examples/AnimatedMarkers.js Спасибо! |
@BEGEMOT9I could you please fix the things travis is complaining ? 🤗 |
LGTM @alvelig 🐽 |
Great! LGTM |
Great improvement! What about iOS, is it already using native drivers for marker animations? |
Hi - I am a noob, when i implement this i get an error "expected dynamic type 'double' but had type 'null' (constructing aruments for UIManger.dispatchViewManagerCommand at argument index 1. I am putting the correct arguments into the function- Any idea? |
…ct-native-maps#1976) * added functionality for smooth marker movement on android * added docs for new functionality * edited example of marker animation * fixed formatting * removed package-lock
This is a copy of #1782 with documentation.