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 am trying to pan the camera of the map to a different location than the original one
in the web version i can use map.panTo(new L.LatLng(lat, lon));
and it moves the map to the coordinates.
but in the React-Native version there is, as far as i'm concerned, no way to control it that way and have to instead use the props which i can't control dynamically.