Skip to content

Commit

Permalink
feat: make Camera pure (#471)
Browse files Browse the repository at this point in the history
* chore: configure jest to use with ts
* feat: make Camera pure
* chore: update Fit example for map style
* test: adapt Camera tests for pure rendering
* docs: generate
* docs: improve Camera docs
* fix: _trackingModeToString return type warning
* refactor: remove unused animationDuration and animationMode
* fix: align CameraMode
* test: update test for aligned animation modes
* feat: remove allowUpdates from Camera
* chore: improve FollowUserLocationRenderMode example with raster tiles
* fix: separate makeNativeStop to reduce rerendering
* test: remove omits CameraStop with followUserLocation
* docs: update imperative camera methods examples to ref
* fix: remove useCallbacks for refs
* docs: generate
* docs: fix Camera docs
* chore: add changelog entry
* ci: try iPhone 16 Pro
* ci: try iPhone 15
* refactor: keep makeNativeCameraStop within Camera
  • Loading branch information
KiwiKilian authored Nov 11, 2024
1 parent bf685f3 commit 23ecf88
Show file tree
Hide file tree
Showing 17 changed files with 1,047 additions and 1,342 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ PR Title ([#123](link to my pr))
```

feat: make Camera pure ([#471](https://github.com/maplibre/maplibre-react-native/pull/471))

## 10.0.0-alpha.24

feat: support new arch through interop layer ([#483](https://github.com/maplibre/maplibre-react-native/pull/483))
Expand Down
Loading

0 comments on commit 23ecf88

Please sign in to comment.