diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd23923bd..ed2588a1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,534 +2,163 @@
```
Please add unreleased changes in the following style:
-PR Title ([#123](link to my pr))
-
+- PR Title ([#___](https://github.com/maplibre/maplibre-react-native/pull/___))
```
+- refactor: rename `RCTMLN` to `MLRN` ([#519](https://github.com/maplibre/maplibre-react-native/pull/519))
+- ci: improve workflows ([#513](https://github.com/maplibre/maplibre-react-native/pull/513))
+
## 10.0.0-alpha.28
-feat: setup build step ([#504](https://github.com/maplibre/maplibre-react-native/pull/504)
+- feat: setup build step ([#504](https://github.com/maplibre/maplibre-react-native/pull/504)
## 10.0.0-alpha.27
-fix: use UIManager exported from react-native ([#511](https://github.com/maplibre/maplibre-react-native/pull/511))
+- fix: use UIManager exported from react-native ([#511](https://github.com/maplibre/maplibre-react-native/pull/511))
## 10.0.0-alpha.26
-chore: upgrade Expo SDK 52 ([489](https://github.com/maplibre/maplibre-react-native/pull/489))
-chore: remove pre commit ([#491](https://github.com/maplibre/maplibre-react-native/pull/491))
-docs: improve formatting ([#490](https://github.com/maplibre/maplibre-react-native/pull/490))
+- chore: upgrade Expo SDK 52 ([489](https://github.com/maplibre/maplibre-react-native/pull/489))
+- chore: remove pre commit ([#491](https://github.com/maplibre/maplibre-react-native/pull/491))
+- docs: improve formatting ([#490](https://github.com/maplibre/maplibre-react-native/pull/490))
## 10.0.0-alpha.25
-feat: make Camera pure ([#471](https://github.com/maplibre/maplibre-react-native/pull/471))
-
-docs: update scripts to TypeScript ([#484](https://github.com/maplibre/maplibre-react-native/pull/484))
+- feat: make Camera pure ([#471](https://github.com/maplibre/maplibre-react-native/pull/471))
+- docs: update scripts to TypeScript ([#484](https://github.com/maplibre/maplibre-react-native/pull/484))
## 10.0.0-alpha.24
-feat: support new arch through interop layer ([#483](https://github.com/maplibre/maplibre-react-native/pull/483))
+- feat: support new arch through interop layer ([#483](https://github.com/maplibre/maplibre-react-native/pull/483))
## 10.0.0-alpha.23
-fix: keep @ts-ignore for headingIcon in library ([#477](https://github.com/maplibre/maplibre-react-native/pull/477))
-feat: upgrade @turf to v7 and remove geo utils ([#478](https://github.com/maplibre/maplibre-react-native/pull/478))
-docs: improve guides and branding ([#475](https://github.com/maplibre/maplibre-react-native/pull/475))
-chore: improve examples monorepo setup with reusable App ([#474](https://github.com/maplibre/maplibre-react-native/pull/474))
-chore: remove react native elements from examples ([#472](https://github.com/maplibre/maplibre-react-native/pull/472))
+- fix: keep @ts-ignore for headingIcon in library ([#477](https://github.com/maplibre/maplibre-react-native/pull/477))
+- feat: upgrade @turf to v7 and remove geo utils ([#478](https://github.com/maplibre/maplibre-react-native/pull/478))
+- docs: improve guides and branding ([#475](https://github.com/maplibre/maplibre-react-native/pull/475))
+- chore: improve examples monorepo setup with reusable App ([#474](https://github.com/maplibre/maplibre-react-native/pull/474))
+- chore: remove react native elements from examples ([#472](https://github.com/maplibre/maplibre-react-native/pull/472))
## 10.0.0-alpha.22
-chore: configure jest to use with ts
-([#470](https://github.com/maplibre/maplibre-react-native/pull/470))
-
-refactor: switch many examples to TypeScript
-([#469](https://github.com/maplibre/maplibre-react-native/pull/469))
-
-chore: eslint formatting and improve scripts
-([#467](https://github.com/maplibre/maplibre-react-native/pull/467))
-
-fix: allow resetting contentInset with 0 ([#468](https://github.com/maplibre/maplibre-react-native/pull/468))
+- chore: configure jest to use with ts ([#470](https://github.com/maplibre/maplibre-react-native/pull/470))
+- refactor: switch many examples to TypeScript ([#469](https://github.com/maplibre/maplibre-react-native/pull/469))
+- chore: eslint formatting and improve scripts ([#467](https://github.com/maplibre/maplibre-react-native/pull/467))
+- fix: allow resetting contentInset with 0 ([#468](https://github.com/maplibre/maplibre-react-native/pull/468))
## 10.0.0-alpha.21
-fix: Call requestProgress when getting pack status on IOS + example improvement [#445](https://github.com/maplibre/maplibre-react-native/pull/445)
+- fix: Call requestProgress when getting pack status on IOS + example improvement ([#445](https://github.com/maplibre/maplibre-react-native/pull/445))
## 10.0.0-alpha.20
-fix: fix style expressions, revert changes to scripts/autogenHelpers/globals.js ([#466](https://github.com/maplibre/maplibre-react-native/pull/466))
+- fix: fix style expressions, revert changes to scripts/autogenHelpers/globals.js ([#466](https://github.com/maplibre/maplibre-react-native/pull/466))
## 10.0.0-alpha.19
-feat: MapLibre Android SDK 11.5.0 ([#455](https://github.com/maplibre/maplibre-react-native/pull/455))
+- feat: MapLibre Android SDK 11.5.0 ([#455](https://github.com/maplibre/maplibre-react-native/pull/455))
## 10.0.0-alpha.18
-fix: make MarkerView props with defaults optional ([#460](https://github.com/maplibre/maplibre-react-native/pull/460))
-fix: updated Mapbox callstack check for iOS custom headers to check for MapLibre instead [#461](https://github.com/maplibre/maplibre-react-native/pull/461)
+- fix: make MarkerView props with defaults optional ([#460](https://github.com/maplibre/maplibre-react-native/pull/460))
+- fix: updated Mapbox callstack check for iOS custom headers to check for MapLibre instead ([#461](https://github.com/maplibre/maplibre-react-native/pull/461))
## 10.0.0-alpha.17
-fix: [add generic expo plugin to remove Duplicated Signature in Xcode 15/16](<[#453](https://github.com/maplibre/maplibre-react-native/pull/453)>)
+- fix: add generic expo plugin to remove Duplicated Signature in Xcode 15/16 ([#453](https://github.com/maplibre/maplibre-react-native/pull/453))
## 10.0.0-alpha.16
-fix: [another attempt to disable code signing](<[#451](https://github.com/maplibre/maplibre-react-native/pull/451)>)
+- fix: another attempt to disable code signing ([#451](https://github.com/maplibre/maplibre-react-native/pull/451))
## 10.0.0-alpha.15
-fix: [disable code signing for release builds](<[#450](https://github.com/maplibre/maplibre-react-native/pull/450)>)
+- fix: disable code signing for release builds ([#450](https://github.com/maplibre/maplibre-react-native/pull/450))
## 10.0.0-alpha.14
-fix: [disable library code signing](<[#447](https://github.com/maplibre/maplibre-react-native/pull/447)>)
-
-feat: [feat: yarn monorepo](<[#441](https://github.com/maplibre/maplibre-react-native/pull/441)>)
+- fix: disable library code signing ([#447](https://github.com/maplibre/maplibre-react-native/pull/447))
+- feat: feat: yarn monorepo ([#441](https://github.com/maplibre/maplibre-react-native/pull/441))
## 10.0.0-alpha.13
-fix: [fix: setMaxAnimationFps on null](<[#440](https://github.com/maplibre/maplibre-react-native/pull/440)>)
+- fix: setMaxAnimationFps on null ([#440](https://github.com/maplibre/maplibre-react-native/pull/440))
## 10.0.0-alpha.12
-Specify in install.md the correct SPM variable name to use a different native iOS library version
-([#438](https://github.com/maplibre/maplibre-react-native/pull/438))
-
-Remove deprecated defaultProps for functional component ([#431](https://github.com/maplibre/maplibre-react-native/pull/431))
-
-feat: [feat: extract android UserLocation FPS](<[#428](https://github.com/maplibre/maplibre-react-native/pull/428)>)
+- Specify in install.md the correct SPM variable name to use a different native iOS library version ([#438](https://github.com/maplibre/maplibre-react-native/pull/438))
+- Remove deprecated defaultProps for functional component ([#431](https://github.com/maplibre/maplibre-react-native/pull/431))
+- feat: extract android UserLocation FPS ([#428](https://github.com/maplibre/maplibre-react-native/pull/428))
## 10.0.0-alpha.11
-Chore: [bump maplibre native ios to 6.5.4](https://github.com/maplibre/maplibre-react-native/pull/437)
+- chore: bump maplibre native ios to 6.5.4 ([#437](https://github.com/maplibre/maplibre-react-native/pull/437))
## 10.0.0-alpha.10
-Fix: [move @types/ packages to deps and remove assets.d.ts #423](https://github.com/maplibre/maplibre-react-native/pull/423)
+- fix: move @types/ packages to deps and remove assets.d.ts ([#423](https://github.com/maplibre/maplibre-react-native/pull/423))
## 10.0.0-alpha.9
-fix: [fix: yarn, eslint and prettier implementation #419](https://github.com/maplibre/maplibre-react-native/pull/419)
-fix: [typescript errors and add typescript:check to Github CI (#418)](https://github.com/maplibre/maplibre-react-native/pull/418)
+- fix: yarn, eslint and prettier implementation ([#419](https://github.com/maplibre/maplibre-react-native/pull/419))
+- fix: typescript errors and add typescript:check to GitHub Actions ([#418](https://github.com/maplibre/maplibre-react-native/pull/418))
## 10.0.0-alpha.8
-feat: [Updated Android SDK from 10.2.0 to 11.0.1 #412](https://github.com/maplibre/maplibre-react-native/pull/412)
+- feat: Updated Android SDK from 10.2.0 to 11.0.1 ([#412](https://github.com/maplibre/maplibre-react-native/pull/412))
## 10.0.0-alpha.7
-feat: [Migrate MapView to react function component (#408)](https://github.com/maplibre/maplibre-react-native/pull/408)
+- feat:[Migrate MapView to react function component ([#408](https://github.com/maplibre/maplibre-react-native/pull/408))
## 10.0.0-alpha.6
-fix: [cameraRef?.current?.setCamera causing markerpoint get detached from maps-base](https://github.com/maplibre/maplibre-react-native/issues/409)
-fix: round compass margins and attribution position to nearest integers [android] ([#294](https://github.com/maplibre/maplibre-react-native/pull/294))
+- fix: cameraRef?.current?.setCamera causing markerpoint get detached from maps-base ([#409](https://github.com/maplibre/maplibre-react-native/issues/409))
+- fix: round compass margins and attribution position to nearest integers on android ([#294](https://github.com/maplibre/maplibre-react-native/pull/294))
## 10.0.0-alpha.5
-Fix: [remove AbortController test mock](https://github.com/maplibre/maplibre-react-native/pull/403)
-Fix: [ExpoPlugin after Class renaming](thttps://github.com/maplibre/maplibre-react-native/pull/405)
-Fix: [android example crashing](https://github.com/maplibre/maplibre-react-native/pull/372) on launch
+- Fix: remove AbortController test mock ([#403](https://github.com/maplibre/maplibre-react-native/pull/403))
+- Fix: ExpoPlugin after Class renaming ([#405](thttps://github.com/maplibre/maplibre-react-native/pull/405))
+- Fix: android example crashing on launch ([#372](https://github.com/maplibre/maplibre-react-native/pull/372))
## 10.0.0-alpha.4
-Update maplibre-native to use [new metal renderer on iOS](https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.4.0)
+- Update maplibre-native to use [new metal renderer on iOS](https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.4.0)
## 10.0.0-alpha.3
-Fix: Remove unused import breaking react-native 0.74.0 ([#365](https://github.com/maplibre/maplibre-react-native/pull/365))
-chore: resolve remaining dependabot ([#298](https://github.com/maplibre/maplibre-react-native/pull/298))
-chore: update dev dependencies ([#262](https://github.com/maplibre/maplibre-react-native/pull/262))
+- fix: Remove unused import breaking react-native 0.74.0 ([#365](https://github.com/maplibre/maplibre-react-native/pull/365))
+- chore: resolve remaining dependabot ([#298](https://github.com/maplibre/maplibre-react-native/pull/298))
+- chore: update dev dependencies ([#262](https://github.com/maplibre/maplibre-react-native/pull/262))
## 10.0.0-alpha.2
-Fix: Duplicated Signature issue with Xcode 15 ([#238](https://github.com/maplibre/maplibre-react-native/pull/238))
-Update download-style-spec.sh ([#163](https://github.com/maplibre/maplibre-react-native/pull/163))
-Update react-maplibre ([#34](https://github.com/maplibre/maplibre-react-native/issues/34))
-chore: update support libraries ([#121](https://github.com/maplibre/maplibre-react-native/pull/121)).
-fix: correct types in MapView ([#268])(https://github.com/maplibre/maplibre-react-native/pull/268))
+- fix: Duplicated Signature issue with Xcode 15 ([#238](https://github.com/maplibre/maplibre-react-native/pull/238))
+- Update download-style-spec.sh ([#163](https://github.com/maplibre/maplibre-react-native/pull/163))
+- Update react-maplibre ([#34](https://github.com/maplibre/maplibre-react-native/issues/34))
+- chore: update support libraries ([#121](https://github.com/maplibre/maplibre-react-native/pull/121)).
+- fix: correct types in MapView ([#268])(https://github.com/maplibre/maplibre-react-native/pull/268))
## 10.0.0-alpha.1
-fix: plugin for debug simulator ([#164](https://github.com/maplibre/maplibre-react-native/pull/164)
+- fix: plugin for debug simulator ([#164](https://github.com/maplibre/maplibre-react-native/pull/164)
## 10.0-alpha.0
-chore: update detox ([#207](https://github.com/maplibre/maplibre-react-native/pull/207))
-chore: update expo-config and expo-scripts ([#47](https://github.com/maplibre/maplibre-react-native/pull/104) and [#69](https://github.com/maplibre/maplibre-react-native/pull/69))
-chore: update prettier and eslint-plugin-prettier ([#111](https://github.com/maplibre/maplibre-react-native/pull/111))
-feat: **breaking** migrate repo to typescript ([#55](https://github.com/maplibre/maplibre-react-native/pull/55))
+- chore: update detox ([#207](https://github.com/maplibre/maplibre-react-native/pull/207))
+- chore: update expo-config and expo-scripts ([#47](https://github.com/maplibre/maplibre-react-native/pull/104), [#69](https://github.com/maplibre/maplibre-react-native/pull/69))
+- chore: update prettier and eslint-plugin-prettier ([#111](https://github.com/maplibre/maplibre-react-native/pull/111))
+- feat: **breaking** migrate repo to typescript ([#55](https://github.com/maplibre/maplibre-react-native/pull/55))
## 9.1.0
-Update react to 18.2.0 and react-native to 0.72.1. ([#49](https://github.com/maplibre/maplibre-react-native/pull/49))
-fix(markerview): make PointAnnotationProps component extend ViewProps ([#41](https://github.com/maplibre/maplibre-react-native/issues/41))
-Fix build issue on iOS ([#29](https://github.com/maplibre/maplibre-react-native/issues/29))
-Add clusterProperties to ShapeSource ([#46](https://github.com/maplibre/maplibre-react-native/pull/46))
+- Update react to 18.2.0 and react-native to 0.72.1. ([#49](https://github.com/maplibre/maplibre-react-native/pull/49))
+- fix(markerview): make PointAnnotationProps component extend ViewProps ([#41](https://github.com/maplibre/maplibre-react-native/issues/41))
+- Fix build issue on iOS ([#29](https://github.com/maplibre/maplibre-react-native/issues/29))
+- Add clusterProperties to ShapeSource ([#46](https://github.com/maplibre/maplibre-react-native/pull/46))
## 9.0.0
-Completed fork from RNMapbox, removed support for the proprietary Mapbox SDK, and updated to the latest
-MapLibre GL Native SDKs for iOS and Android.
-
-Breaking changes: Mapbox-specific names have been renamed to MapLibre.
-
-## 8.6.0-beta.0
-
-fix: add TypeScript type for MapViews's preferredFramesPerSecond prop ([#1717](https://github.com/rnmapbox/maps/pull/1717))
-fix(example): update `/example` project (iOS only) to work with ARM-based Macs ([#1703](https://github.com/rnmapbox/maps/pull/1703))
-
-## fix(iOS): correct import of UIView+React.h header ([#1672](https://github.com/rnmapbox/maps/pull/1672))
-
-## 8.5.0
-
-build: update install guide and `/example` project for android dependencies ([#1640](https://github.com/rnmapbox/maps/pull/1640))
-build(turf): update to version 6.5.0 ([#1638](https://github.com/rnmapbox/maps/pull/1638))
-fix(Camera) fix `zoomTo` method and expand Fit example ([#1631](https://github.com/rnmapbox/maps/pull/1631))
-ci: two scripts for linting with and without fix ([#1630](https://github.com/rnmapbox/maps/pull/1630))
-feat(Camera) add an optional `allowUpdates` boolean prop ([#1619](https://github.com/rnmapbox/maps/pull/1619))
-refactor(example): remove unused modules and scripts ([#1618](https://github.com/rnmapbox/maps/pull/1618))
-fix(react-native): update api to get rid of EventEmitter warnings ([#1615](https://github.com/rnmapbox/maps/pull/1615))
-fix(Camera) persist zoom when changing from `bounds` to `centerCoordinate`, fix zero padding not causing map to update, create unified example showcasing bounds/centerCoordinate/zoom/padding ([#1614](https://github.com/rnmapbox/maps/pull/1614))
-Update MapLibre to 5.12.1 on iOS ([#1596](https://github.com/rnmapbox/maps/pull/1596))
-Update ShapeSource methods to make it usable with any cluster ( Use cluster itself instead of cluster_id as first argument for getClusterExpansionZoom/getClusterLeaves/getClusterChildren methods. Version < 9 methods still supports passing cluster_id as a first argument but a deprecation warning will be shown. ) ([#1499](https://github.com/rnmapbox/maps/pull/1499))
-
----
-
-## 8.4.0
-
-fix(iOS): pin mapLibre back to `5.12.0` ([#1589](https://github.com/rnmapbox/maps/pull/1589))
-chore: improve GH workflows ([#1588](https://github.com/rnmapbox/maps/pull/1588))
-build(deps): bump @expo/config-plugins from 3.1.0 to 4.0.3 ([#1585](https://github.com/rnmapbox/maps/pull/1585))
-chore(pre-commit): run lint on TS files, change PR template ([#1584](https://github.com/rnmapbox/maps/pull/1584))
-feat(example): update vertical alignment example ([#1579](https://github.com/rnmapbox/maps/pull/1579))
-fix incorrect anchor calculation for PointAnnotation on iOS ([#1576](https://github.com/rnmapbox/maps/pull/1576))
-style(eslint): align root and example with the same configuration ([#1575](https://github.com/rnmapbox/maps/pull/1575))
-fix(mapLibre): support version `5.12.0` upwards ([#1571](https://github.com/rnmapbox/maps/pull/1571))
-build: upgrade to RN `0.66` ([#1570](https://github.com/rnmapbox/maps/pull/1570))
-build(android): add telemetry dependency to default build setup ([#1550](https://github.com/rnmapbox/maps/pull/1550))
-feat(camera): Enable `padding` as a root-level prop on the camera, with `bounds.padding*` as fallbacks ([#1538](https://github.com/rnmapbox/maps/pull/1538/files))
-fix: revert pinned mapLibre version to `5.11.0` ([8a2b00e67ba6398f3f6e6f52e98b0f0cea437e4d](https://github.com/rnmapbox/maps/commit/8a2b00e67ba6398f3f6e6f52e98b0f0cea437e4d))
-
----
-
-## 8.3.0
-
-Fix TypeScript type for Callout's textStyle prop ([#1450](https://github.com/rnmapbox/maps/pull/1450))
-Build(ios): pin maplibre version to 5.12.0 ([#1454](https://github.com/rnmapbox/maps/pull/1454))
-Update geoUtils helpers types to correspond with `turf/helpers` ([#1455](https://github.com/rnmapbox/maps/pull/1455))
-Fix crash with missing okhttp dependency ([#1452](https://github.com/rnmapbox/maps/pull/1452))
-Move from react-native-testing-library => @testing-library/react-native ([#1453](https://github.com/rnmapbox/maps/pull/1453))
-Feat(camera): maxBounds/(min|max)ZoomLevel can be updated dynamically ([#1462](https://github.com/rnmapbox/maps/pull/1462))
-Refactor(example): clean up folder structure ([#1464](https://github.com/rnmapbox/maps/pull/1464))
-Fix lineGradient showing wrong colors ([#1471](https://github.com/rnmapbox/maps/pull/1471))
-Support tintColor on Android ([#1465](https://github.com/rnmapbox/maps/pull/1465))
-Feat(android): dynamically update tintColor & add example ([#1469](https://github.com/rnmapbox/maps/pull/1469)
-Examples: align install steps with yarn, ignore created env files ([#1484](https://github.com/rnmapbox/maps/pull/1484)
-Fix(plugin): Exclude arm64 architectures for simulator builds ([#1490](https://github.com/rnmapbox/maps/pull/1490)
-Feat(android): dynamically update tintColor & add example ([#1469](https://github.com/rnmapbox/maps/pull/1469))
-Docs: make background in example pngs transparent ([#1483](https://github.com/rnmapbox/maps/pull/1483))
-Style: run yarn lint ([#1486](https://github.com/rnmapbox/maps/pull/1486))
-Test: add unit tests for component light ([#1489](https://github.com/rnmapbox/maps/pull/1489))
-Feat: add Adds getClusterChildren method to ShapeSource ([#1495](https://github.com/rnmapbox/maps/pull/1495))
-
-## 8.2.1
-
-fix issue when publishing to npm with `prepare` script
-
-## 8.2.0
-
-getClusterLeaves method for ShapeSource ([#1411](https://github.com/rnmapbox/maps/pull/1411))
-Add logoPosition props to `MapView` to position the mapbox logo ([#1396](https://github.com/rnmapbox/maps/pull/1396))
-Add compatibility with React 17/ npm7 ([#1387](https://github.com/rnmapbox/maps/pull/1387))
-Add Expo config plugin ([#1388](https://github.com/rnmapbox/maps/pull/1388))
-Android: Bump `okhttp` to `4.9.0` ([#1390](https://github.com/rnmapbox/maps/pull/1390))
-Support dynamically changing local JSON in styleURL ([#1399](https://github.com/rnmapbox/maps/pull/1399))
-Add missing types to `SymbolLayerStyle` & `ImagesProps` ([#1360](https://github.com/rnmapbox/maps/pull/1360))
-Fix error while updating coordinates of RCTMGLImageSource ([#1310](https://github.com/rnmapbox/maps/pull/1310))
-
-## 8.2.0-beta2
-
-Add types for `Logger` class ([#1316](https://github.com/rnmapbox/maps/pull/1316))
-Enable linear easing on map camera ([#1281](https://github.com/rnmapbox/maps/pull/1281))
-Allow MapLibre as an option ([#1311](https://github.com/rnmapbox/maps/pull/1311))
-Fix native UserLocation on Android ([#1284](https://github.com/rnmapbox/maps/pull/1284))
-Add getClusterExpansionZoom to ShapeSource ([#1279](https://github.com/rnmapbox/maps/pull/1279))
-Add type definition for AnimatedPoint ([#1280](https://github.com/rnmapbox/maps/pull/1280))
-
-## 8.2.0-beta1
-
-### Breaking changes:
-
-Use `pre_install` hook to support non `use_frameworks!` usage #1262. Please add the following to your `Podfile`:
-
-```ruby
-pre_install do |installer|
- $RNMBGL.pre_install(installer)
- ...
-end
-```
-
-and
-
-```ruby
-post_install do |installer|
- $RNMBGL.post_install(installer)
- ...
-end
-```
-
-### Other changes:
-
-- Add course to the location events #1209
-- Fix heading indicator alignment #1215
-- App crash when ProGuard is set to true #1184
-- [iOS] Implemented ShapeSource.features(...) method #1140
-- style json support on styleURL #1102
-- Fix: onUpdate not called when renderMode is native #1135
-
-## 8.1.0
-
-- By default [use 5.9.0 Mapbox on iOS as 8.1.0rc8 and before](https://github.com/rnmapbox/maps/pull/1120)
-- Fix [crash during styleURL change on adroid](https://github.com/rnmapbox/maps/pull/1119)
-- Fix [warning Sending LogEvent with no listeners registered.](https://github.com/rnmapbox/maps/pull/1108)
-- Fix [race in close map and icon image download](https://github.com/rnmapbox/maps/pull/1089)
-- Fix [android padding](https://github.com/rnmapbox/maps/pull/1087)
-- Android [custom mapboxgl version](https://github.com/rnmapbox/maps/pull/1088)
-- Fix [support 6.\* of MapboxGL IOS by setting `$ReactNativeMapboxGLIOSVersion = "6.2.1"` in Podfile](https://github.com/rnmapbox/maps/pull/1044)
-- Fix [map rendered at (0,0,0,0) on iOS](https://github.com/rnmapbox/maps/pull/1084)
-- Fix [edge Padding + auto limit padding on iOS](https://github.com/rnmapbox/maps/pull/1057)
-- Fix [coordinate 0,0 was considered invalid on IOS](https://github.com/rnmapbox/maps/pull/1076)
-- Fix [refresh on PointAnnotation on Android](https://github.com/rnmapbox/maps/pull/1062)
-- Fix [Image source coordinates update on the fly](https://github.com/rnmapbox/maps/pull/1036/files)
-- Upgrade to [ios 5.9.0](https://github.com/mapbox/mapbox-gl-native-ios/releases/tag/ios-v5.9.0)
-- Upgrade to [android 9.1.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.1.0)
-- Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
-- Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
-- Native user location [#825](https://github.com/rnmapbox/maps/pull/825)
-
-## 8.1.0-rc11
-
-- By default [use 5.9.0 Mapbox on iOS as 8.1.0rc8 and before](https://github.com/rnmapbox/maps/pull/1120)
-- Fix [crash during styleURL change on adroid](https://github.com/rnmapbox/maps/pull/1119)
-- Fix [warning Sending LogEvent with no listeners registered.](https://github.com/rnmapbox/maps/pull/1108)
-- Fix [race in close map and icon image download](https://github.com/rnmapbox/maps/pull/1089)
-- Fix [android padding](https://github.com/rnmapbox/maps/pull/1087)
-- Android [custom mapboxgl version](https://github.com/rnmapbox/maps/pull/1088)
-- Fix [support 6.\* of MapboxGL IOS by setting `$ReactNativeMapboxGLIOSVersion = "6.2.1"` in Podfile](https://github.com/rnmapbox/maps/pull/1044)
-- Fix [map rendered at (0,0,0,0) on iOS](https://github.com/rnmapbox/maps/pull/1084)
-- Fix [edge Padding + auto limit padding on iOS](https://github.com/rnmapbox/maps/pull/1057)
-- Fix [coordinate 0,0 was considered invalid on IOS](https://github.com/rnmapbox/maps/pull/1076)
-- Fix [refresh on PointAnnotation on Android](https://github.com/rnmapbox/maps/pull/1062)
-- Fix [Image source coordinates update on the fly](https://github.com/rnmapbox/maps/pull/1036/files)
-- Upgrade to [ios 5.9.0](https://github.com/mapbox/mapbox-gl-native-ios/releases/tag/ios-v5.9.0)
-- Upgrade to [android 9.1.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.1.0)
-- Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
-- Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
-- Native user location [#825](https://github.com/rnmapbox/maps/pull/825)
-
-## 8.1.0-rc10
-
-- By default [use 5.9.0 Mapbox on iOS as 8.1.0rc8 and before](https://github.com/rnmapbox/maps/pull/1120)
-- Fix [crash during styleURL change on adroid](https://github.com/rnmapbox/maps/pull/1119)
-- Fix [warning Sending LogEvent with no listeners registered.](https://github.com/rnmapbox/maps/pull/1108)
-- Fix [race in close map and icon image download](https://github.com/rnmapbox/maps/pull/1089)
-- Fix [android padding](https://github.com/rnmapbox/maps/pull/1087)
-- Android [custom mapboxgl version](https://github.com/rnmapbox/maps/pull/1088)
-- Fix [support 6.\* of MapboxGL IOS by setting `$ReactNativeMapboxGLIOSVersion = "6.2.1"` in Podfile](https://github.com/rnmapbox/maps/pull/1044)
-- Fix [map rendered at (0,0,0,0) on iOS](https://github.com/rnmapbox/maps/pull/1084)
-- Fix [edge Padding + auto limit padding on iOS](https://github.com/rnmapbox/maps/pull/1057)
-- Fix [coordinate 0,0 was considered invalid on IOS](https://github.com/rnmapbox/maps/pull/1076)
-- Fix [refresh on PointAnnotation on Android](https://github.com/rnmapbox/maps/pull/1062)
-- Fix [Image source coordinates update on the fly](https://github.com/rnmapbox/maps/pull/1036/files)
-- Upgrade to [ios 5.9.0](https://github.com/mapbox/mapbox-gl-native-ios/releases/tag/ios-v5.9.0)
-- Upgrade to [android 9.1.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.1.0)
-- Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
-- Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
-- Native user location [#825](https://github.com/rnmapbox/maps/pull/825)
-
-## 8.1.0.rc10
-
-- By default [use 5.9.0 Mapbox on iOS as 8.1.0rc8 and before](https://github.com/rnmapbox/maps/pull/1120)
-- Fix [crash during styleURL change on adroid](https://github.com/rnmapbox/maps/pull/1119)
-- Fix [warning Sending LogEvent with no listeners registered.](https://github.com/rnmapbox/maps/pull/1108)
-
-## 8.1.0.rc9
-
-- Fix [race in close map and icon image download](https://github.com/rnmapbox/maps/pull/1089)
-
-## 8.1.0.rc8
-
-- Fix [android padding](https://github.com/rnmapbox/maps/pull/1087)
-- Android [custome mapboxgl version](https://github.com/rnmapbox/maps/pull/1088)
-
-## 8.1.0.rc7
-
-- Fix [map rendered at (0,0,0,0) on iOS](https://github.com/rnmapbox/maps/pull/1084)
-
-## 8.1.0.rc6
-
-- Fix [edge Padding + auto limit padding on iOS](https://github.com/rnmapbox/maps/pull/1057)
-- Fix [coordinate 0,0 was considered invalid on IOS](https://github.com/rnmapbox/maps/pull/1076)
-- Fix [refresh on PointAnnotation on Android](https://github.com/rnmapbox/maps/pull/1062)
-
-## 8.1.0.rc5
-
-- Fix [support 6.\* of MapboxGL IOS by setting `$ReactNativeMapboxGLIOSVersion = "6.2.1"` in Podfile](https://github.com/rnmapbox/maps/pull/1044)
-- Fix [Image source coordinates update on the fly](https://github.com/rnmapbox/maps/pull/1036/files)
-
-## 8.1.0.rc4
-
-## 8.1.0.rc3
-
-- Fix [android crashes](https://github.com/rnmapbox/maps/pull/963)
-- Fix [android padding addition](https://github.com/rnmapbox/maps/pull/973)
-- Fix [iOS interface for getAccessToken() on Android](https://github.com/rnmapbox/maps/pull/954)
-
-## 8.1.0.rc2
-
-- Fix [camera padding on android](https://github.com/rnmapbox/maps/pull/941)
-- Allow [zPosition on iOS](https://github.com/rnmapbox/maps/pull/942) in PointAnnotation child views.
-- Added [InvalidatePack](https://github.com/rnmapbox/maps/pull/929)
-- Allow to [customize iOS framework version used](https://github.com/rnmapbox/maps/pull/940)
-
-## 8.1.0.rc1
-
-- Added [invalidateAmbientCache](https://github.com/rnmapbox/maps/pull/899)
-- Implemented [ShapeSource#features](https://github.com/rnmapbox/maps/pull/911)
-
-## 8.1.0.beta
-
-- Upgrade to [ios 5.8.0](https://github.com/mapbox/mapbox-gl-native-ios/releases/tag/ios-v5.8.0)
-- Upgrade to [android 9.1.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.1.0)
-- Set default Mapbox logging verbosity to warning. (Change it using Logger.setLogLevel('verbose'))
-- Error/Warn mapbox log messages are treated as redbox/yellowbox errors/warnings. (Override it using Logger.setLoggerCallback(log => { return true })
-- Native user location [#825](https://github.com/rnmapbox/maps/pull/825)
-
-## 8.0.0
-
-### Breaking changes - [#610](https://github.com/rnmapbox/maps/issues/610)
-
-- iOS mapbox libraries updated to [5.7.0](https://github.com/mapbox/mapbox-gl-native-ios/releases/tag/ios-v5.7.0) android libraries updated to [9.0.0](https://github.com/mapbox/mapbox-gl-native-android/releases/tag/android-v9.0.0)
-- ShapeSource#images is now removed (deprecated in 7.\*), use Images#images instead. Also special `assets` inside `images` is now deprecated, use `nativeAssetImages` istead.
-- iOS now defaults to non `use_frameworks!`, if you want to continue to use `use_frameworks!` please see our iOS installation guidelines
-- [Images#onImagesMissing](docs/Images.md)
-- Android code migrated to AndroidX, RN 60.0+ is recommended.
-- geoUtils is now private, please use [turf-js](https://turfjs.org/) instead
-- VectorSource/SymbolSource#onPress sends ({features, point, coordinates}) instead of single feature in `event.nativeEvent.payload`. [PR#700](https://github.com/rnmapbox/maps/pull/700)
-
-### Changes:
-
-- added [MarkerView](docs/MarkerView.md)
-- added AnimatedShape and AnimatedCoordinatesArray [PR#702](https://github.com/rnmapbox/maps/pull/702)
-
-## 7.2.0
-
-- Upstream changes in Mapbox iOS SDK 5.6.0 has made installing the SDK as an embedded framework difficult. We have therefore discontinued supporting manual installations. To update, follow the iOS installation instructions using cocoapods.
-
-## 7.0.0
-
-### Breaking changes:
-
-- iOS mapbox libraries updated to [5.5.0](https://github.com/mapbox/mapbox-gl-native/releases/tag/ios-v5.3.2) android libraries updated to [8.2.1](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.2.1)
-- `StyleSheet.create` removed.
- Mapbox styles are now just a map no need for `StyleSheet.create`.
- `StylesSheet.identity` also removed, use expressions array instead:
-
- ```jsx
- mapboxStyle=MapboxGL.Stylesheet.create({..., fillColor: MapboxGL.Stylesheet.identity('color') ...})
- ...
-
-
- ```
-
- is now:
-
- ```jsx
- mapboxStyle={..., fillColor: ['get', 'color'] ...}
- ...
-
-
- ```
-
- See [docs/StyleSheet.md](docs/StyleSheet.md) for more examples
-
-- `isTelemetryEnabled` removed (as no longer supported on android) [#1](https://github.com/mfazekas/maps/pull/1)
-- MapView#flyTo, MapView#bitBounds, MapView#flyTo, MapView#moveTo, MapView#zoomTo, MapView#setCamera moved to Camera. There is also experimantal properties, to replace those. See [docs/Camera.md](docs/Camera.md)
-- Camera related properties on `MapView` now have to be specified on a camera object:
-
- ```jsx
-
- ...
-
- ```
-
- is now:
-
- ```jsx
-
-
-
- ```
-
- See [docs/Camera.md](docs/Camera.md) for more examples
-
-- User tracking properties moved from `MapView` to `Camera`
-
- ```jsx
-
- ...
-
- ```
-
- is now:
-
- ```jsx
-
-
-
- ```
-
- The following properties were changed:
-
- - MapView#userTrackingMode is now Camera#followUserMode and Camera#followUserLocation
- - followUserMode is now a string with ('normal','compass','course'), and UserTrackingModes enum is deprecated
- - MapView#onUserTrackingModeChange is now Camera#onUserTrackingModeChange and payload contains followUserMode and followUserLocation.
-
-- ShapeSource#images was depreacted, use Images#images instead.
-
- ```jsx
-
- ...
-
- ...
-
-
-
-
- ```
-
-- TODO document all changes
+- Completed fork from RNMapbox, removed support for the proprietary Mapbox SDK, and updated to the latest MapLibre GL Native SDKs for iOS and Android.
+- Breaking changes: Mapbox-specific names have been renamed to MapLibre.