You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into problems attempting to get a control built to toggle between the Lite and Hybrid base maps. Here is my attempt: 4c80f3f
It appears that react-native-maps doesn't like to update when there is a change to either the urlTemplate prop of UrlTile or an entirely new UrlTile component. I'm not sure that MapView is set up to detect changes to its layers after it's been loaded.
I ran into problems attempting to get a control built to toggle between the Lite and Hybrid base maps. Here is my attempt: 4c80f3f
It appears that
react-native-maps
doesn't like to update when there is a change to either theurlTemplate
prop ofUrlTile
or an entirely newUrlTile
component. I'm not sure thatMapView
is set up to detect changes to its layers after it's been loaded.Related to #72
The text was updated successfully, but these errors were encountered: