Native night mode for Google Maps #5651
Closed
Lco4eDb2
started this conversation in
Feature requests
Replies: 2 comments 2 replies
-
check this out: react-native-maps/docs/mapview.md Line 18 in 5a15d4e |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Google maps supports night mode natively:
https://developers.google.com/android/reference/com/google/android/gms/maps/GoogleMap#setMapColorScheme(int)
This would be very easy to implement, I made a proof of concept in my fork (https://github.com/Lco4eDb2/react-native-maps) but I don't have enough experience with react native libraries to implement it properly.
Beta Was this translation helpful? Give feedback.
All reactions