-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
fix: make follow
props on Camera
deterministic
#550
Conversation
# Conflicts: # packages/examples/src/App.tsx # packages/examples/src/examples/Annotations/CustomCallout.tsx # packages/examples/src/examples/FillRasterLayer/IndoorBuilding.tsx # packages/examples/src/examples/Map/ShowMap.tsx # packages/examples/src/examples/Map/ShowMapLocalStyle.tsx # packages/examples/src/examples/SymbolCircleLayer/EarthQuakes.tsx # packages/examples/src/utils/index.ts # packages/expo-app/app.config.ts
# Conflicts: # CHANGELOG.md
# Conflicts: # packages/examples/src/examples/Map/CreateOfflineRegion.tsx
# Conflicts: # android/src/main/java/org/maplibre/reactnative/components/mapview/MLRNMapViewManager.java # packages/examples/src/examples/index.ts
It looks like the problems are fixed with these changes. It's now ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Glad you were able to track this one down. I appreciate the extensive camera test case.
# [10.0.0-beta.14](v10.0.0-beta.13...v10.0.0-beta.14) (2024-12-27) ### Bug Fixes * make `follow` props on `Camera` deterministic ([#550](#550)) ([e9256e7](e9256e7))
🎉 This PR is included in version 10.0.0-beta.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
We are testing this right now within our app. I've added a new example to better test this behavior.
Fixes #530
@caspg