Open
Conversation
- attempting to fix the android CI by version bumping reanimated, reset cache
- attempting to fix the android CI by version bumping reanimated, reset cache
- attempting to fix CI by removing support for arm64-v8a for the example project
- using pickFirst for now
- pickfirst for all instead of exclude
- pickFirst .so / c++ libs from android builds - exclude META-INF
- remove reanimated from example due to import issues - update dependencies
- Example app is working with Fabric and bridgeless mode on both iOS (MapKit) and Android - remove reanimated from examples to enable android CI to pass
# [1.14.0](v1.13.2...v1.14.0) (2024-04-14) ### Bug Fixes * **android:** map initialization as expected ([b57d22f](b57d22f)) * **android:** map initialization as expected ([8ba7608](8ba7608)) * **android:** map initialization as expected ([7e1dd58](7e1dd58)) * **android:** map initialization as expected ([73640a6](73640a6)) * **android:** map initialization as expected ([6554793](6554793)) ### Features * add support for new React Native architecture ([630b72e](630b72e)) * add support for new React Native architecture ([48665da](48665da)) * add support for new React Native architecture ([794c64f](794c64f)) * add support for new React Native architecture ([1310985](1310985)) * add support for new React Native architecture ([39fd4e6](39fd4e6)) * Enable new arch for the example project ([1a21f86](1a21f86))
…inAnnotationView (#5005)
# [1.15.0](v1.14.0...v1.15.0) (2024-05-04) ### Features * **ios:** Add possibility to use both MKMarkerAnnotationView and MKPinAnnotationView ([#5005](#5005)) ([6e4f49e](6e4f49e))
## [1.15.1](v1.15.0...v1.15.1) (2024-05-05) ### Bug Fixes * **android:** fix non working tile update ([#5041](#5041)) ([29107d5](29107d5))
* chore: add Fabric config for react-native-maps and update documentation Added unstable_reactLegacyComponentNames to config for Android and iOS to ensure compatibility with Fabric. Updated documentation to guide developers on enabling Fabric and configuring map components.
* feat: support apple privacy manifest for compliance with Apple privacy requirements * chore: downgrade example to react-native 0.74 while waiting on: facebook/react-native#44437
## [1.15.2](v1.15.1...v1.15.2) (2024-05-20) ### Bug Fixes * use initialProps to set zoomTapEnabled in google-maps-ios ([#5059](#5059)) ([524194f](524194f))
Co-authored-by: William Pabor <williampabor@Mobiles-MacBook-Air.local>
## [1.15.3](v1.15.2...v1.15.3) (2024-05-24) ### Bug Fixes * **android:** move package namespace from Manifest to gradle ([d4916bb](d4916bb))
* fix(iOS): fix PrivacyInfo for the library itself * chore(react-native): update example to use react-native 0.74.1
- Fixes issue where Pods were not installing successfully (#5065) - Update example project to React Native 0.74.1 - Update documentation to clarify usage of unstable_reactLegacyComponentNames and include warning message
## [1.15.4](v1.15.3...v1.15.4) (2024-05-25) ### Bug Fixes * **ios:** resolve issue with Pods installation ([#5065](#5065)) ([9992c36](9992c36))
UIManagerModule fix for Bridgeless
## [1.15.5](v1.15.4...v1.15.5) (2024-05-30) ### Bug Fixes * **android:** UIManagerModule fix for Bridgeless 0.74 ([#5061](#5061)) ([f194f99](f194f99))
use NSPrivacyAccessedAPIType instead of NSFileModificationDate for NSPrivacyAccessedAPIType key
## [1.15.6](v1.15.5...v1.15.6) (2024-05-30) ### Bug Fixes * **iOS:** iOS PrivacyInfo fix ([#5078](#5078)) ([9f458d9](9f458d9))
## [1.26.11](v1.26.10...v1.26.11) (2025-09-30) ### Bug Fixes * **android:** fix remove marker from map issues ([#5752](#5752)) ([02a6e52](02a6e52))
* update config * ship dist folder * update package.json file to include dist * don't emit js since react-native will use ts anyway, and this lib is not meant to be used on web
## [1.26.12](v1.26.11...v1.26.12) (2025-10-01) ### Bug Fixes * avoid rn-maps typescript error leak when running tsc ([#5539](#5539)) ([0fb0202](0fb0202))
- based on pinpong pull request
## [1.26.13](v1.26.12...v1.26.13) (2025-10-01) ### Bug Fixes * **android:** attempt to fix lifecycle issues on more time ([#5751](#5751)) ([d0d76a6](d0d76a6))
## [1.26.14](v1.26.13...v1.26.14) (2025-10-02) ### Bug Fixes * heatmap props ([#5629](#5629)) ([5bef3d2](5bef3d2))
- don't remove them manually from the features list - add marker as invisible if it has an image
## [1.26.15](v1.26.14...v1.26.15) (2025-10-14) ### Bug Fixes * **android:** correctly add and remove markers ([#5765](#5765)) ([d6827df](d6827df))
- more defensive coding
…te-crash fix(android): fix saveinstancestate NPE
## [1.26.16](v1.26.15...v1.26.16) (2025-10-14) ### Bug Fixes * **android:** fix saveinstancestate NPE ([cbdc8d1](cbdc8d1))
## [1.26.17](v1.26.16...v1.26.17) (2025-10-14) ### Bug Fixes * **android:** fix crash when getFeatureAt larger than index ([#5775](#5775)) ([5cbcf72](5cbcf72))
## [1.26.18](v1.26.17...v1.26.18) (2025-10-22) ### Bug Fixes * **android:** fix crash on some devices with doDestroy ([#5788](#5788)) ([3a89152](3a89152))
* fixes: out if index exception when adding feature view * fix: ensure features and savedFeatures list size thanks to @CptFabulouso
* fix(android): fix `showsMyLocationButton` not being set on initial render (#5776) * fix(android): hide UserLocationButton even if permission is not granted thanks @GyanendroKh
* re-order prop / feature color / stroke width selection See #3385. * chore: prettier
…ion (#5806) fix(ios): prevent auto bottom inset adjustment during map initialization
## [1.26.20](v1.26.19...v1.26.20) (2025-12-07) ### Bug Fixes * **ios:** Prevent auto bottom inset adjustment during map initialization ([#5806](#5806)) ([d93aa63](d93aa63))
- suppress warning execute(UIBlockViewResolver uiBlockViewResolver)
fix: ci by skipping NPM_Tokens all togather
…e action (#5853) fix: fix ci by using a separate publish to npm step that shouldn't require a token
# [1.27.0](v1.26.20...v1.27.0) (2026-02-01) ### Bug Fixes * **android:** unstable api MapUIBlock ([#5831](#5831)) ([670910f](670910f)) * ci by skipping NPM_Tokens all together ([#5852](#5852)) ([436c8be](436c8be)) * ci by using a separate publish to npm step that shouldn't require action ([#5853](#5853)) ([dd0b1c4](dd0b1c4)) ### Features * **ios:** add appleLogoInsets prop for Apple Maps logo positioning ([#5851](#5851)) ([7ea73dc](7ea73dc))
Co-authored-by: salah ghanim <salah@getaway.pro>
## [1.27.1](v1.27.0...v1.27.1) (2026-02-01) ### Bug Fixes * fix ci by adding the package's version to the git commit ([#5854](#5854)) ([7f4f34c](7f4f34c))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Does any other open PR do the same thing?
(please answer here)
What issue is this PR fixing?
(please link the issue here)
How did you test this PR?
(please answer here)