Skip to content
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

[Bug]: #3731

Closed
vasilring opened this issue Dec 20, 2024 · 1 comment
Closed

[Bug]: #3731

vasilring opened this issue Dec 20, 2024 · 1 comment
Labels
bug 🪲 Something isn't working reopen-on-code-fixed

Comments

@vasilring
Copy link

Mapbox Implementation

Mapbox

Mapbox Version

10.1.33

React Native Version

0.76.5

Platform

iOS, Android

@rnmapbox/maps version

11.8.0

Standalone component to reproduce

<Mapbox.Camera
ref={mapRef}
zoomLevel={15}
centerCoordinate={[state.location.longitude, state.location.latitude]}
animationMode="flyTo"
animationDuration={1500}
minZoomLevel={4} // lower number they can zoom out more, higher number they cannot zoom out alot 1-10
/>```

Observed behavior and steps to reproduce

Mapbox camera isn't zooming on user location when app is initialized for the first time

Expected behavior

No response

Notes / preliminary analysis

No response

Additional links and references

No response

@vasilring vasilring added the bug 🪲 Something isn't working label Dec 20, 2024
Copy link

No code example found in issue body - More info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working reopen-on-code-fixed
Projects
None yet
Development

No branches or pull requests

1 participant