-
-
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
Update the Google Maps custom map style if changed after initialization #2017
Conversation
…s been initialized.
d154fe8
to
90f01fb
Compare
@mauritsd thanks for the PR |
By that I meant that I didn't test it on Android as the app that required this bit of functionality is iOS-only. On iOS everything works as expected. I'll see if I can add it to the example. |
Did you test both apple and google maps? 🤓 |
@mauritsd any update in this? 🤗 |
LGTM (except the outdated |
@alvelig @christopherdro 🐽 how about this one? |
LGTM |
…s been initialized. (react-native-maps#2017)
…s been initialized. (react-native-maps#2017)
Previously, the library would not pass on the updated style to native Google Maps if a change occurred after onMapReady had fired. The native side doesn't seem to mind this happening, although I did not test extensively.