Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Conversation

@yousrasd
Copy link

@yousrasd yousrasd commented Jan 20, 2025

MGW-956

  • Update react-native-maps version from v1.10.3 to v1.18.2

krakowski and others added 30 commits March 10, 2024 20:07
## [1.10.4](react-native-maps/react-native-maps@v1.10.3...v1.10.4) (2024-03-10)

### Bug Fixes

* **android:** remove dangling map marker views causing memory leak ([react-native-maps#4992](react-native-maps#4992)) ([02ed7c0](react-native-maps@02ed7c0))
## [1.11.1](react-native-maps/react-native-maps@v1.11.0...v1.11.1) (2024-03-10)

### Bug Fixes

* **android:** custom maker performance improvements when view tracking ([react-native-maps#4969](react-native-maps#4969)) ([f30c9d7](react-native-maps@f30c9d7))
…-maps#4973)

* fix: removing polylines on ios with googleProvider

* chore: code format
## [1.11.2](react-native-maps/react-native-maps@v1.11.1...v1.11.2) (2024-03-11)

### Bug Fixes

* **iOS:** removing polylines on iOS with googleProvider ([react-native-maps#4973](react-native-maps#4973)) ([6603060](react-native-maps@6603060))
# [1.12.0](react-native-maps/react-native-maps@v1.11.3...v1.12.0) (2024-03-29)

### Features

* **google-maps:** add onSelect/onDeselect support fo google maps ([react-native-maps#4990](react-native-maps#4990)) ([b9fbe31](react-native-maps@b9fbe31))
* chore(update-RN): examples: fix linking for android

* feat(google-init): Improve google maps initialisation
 - Improve Camera Initialisation on Android

* feat(google-init): Improve google maps initialisation
     - Introduce googleRenderer prop to support legacy renderers.

* chore(update-RN): breaking change: remove deprecated enableLatestRenderer method

---------

Co-authored-by: salah ghanim <salah@getaway.pro>
# [1.13.0](react-native-maps/react-native-maps@v1.12.0...v1.13.0) (2024-04-01)

### Features

* **google-init:** Improve Google Maps Initialisation on Android ([a1be51b](react-native-maps@a1be51b))
- Migrated unsupported APIs
- enabled the new architecture for the iOS example app with MapKit.
- example for android is working as well
   - increase android build memory
Co-authored-by: salah ghanim <salah@getaway.pro>
…d is buggy (react-native-maps#5034)

- reset googleOptions each time a view is initialised and pass initialProps correctly
Co-authored-by: salah ghanim <salah@getaway.pro>
## [1.13.2](react-native-maps/react-native-maps@v1.13.1...v1.13.2) (2024-04-13)

### Bug Fixes

* **android:** googleMapOptions / initialising multiple maps on android is buggy ([react-native-maps#5034](react-native-maps#5034)) ([be28937](react-native-maps@be28937))
   - 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
   - pickfirst for all instead of exclude
semantic-release-bot and others added 19 commits July 21, 2024 15:19
Clarify that v1.14.0 and above require react-native 0.74 and above
# [1.18.0](react-native-maps/react-native-maps@v1.17.3...v1.18.0) (2024-08-18)

### Features

* add anchor and centerOffset prop to GeoJson component to be passed to Marker ([react-native-maps#5140](react-native-maps#5140)) ([266be79](react-native-maps@266be79)), closes [react-native-maps#5139](react-native-maps#5139)
Update README.md

small change which caused confusion
….0.0 (react-native-maps#5183)

* fix(map): prevent overrideGestureRecognizers from being called multiple times per view
* chore(map): update GoogleMaps SDK to v8.4
* chore(map): update Google-Maps-iOS-Utils to v5.0.0
* docs(map): update minimum iOS version to 14 for GoogleMaps projects
…t-native-maps#5184)

* feat(iOS): add support for loadingBackgroundColor for GoogleMaps on iOS
* chore(iOS): remove call for deprecated setMetalRenderer (already the default)
* chore(iOS): enable LoadingMap example for GoogleMaps on iOS
…eact-native-maps#5185)

fix: correctly check for iOS OS version before using cameraZoomRange
## [1.18.2](react-native-maps/react-native-maps@v1.18.1...v1.18.2) (2024-10-14)

### Bug Fixes

* correctly check for iOS OS version before using cameraZoomRange ([react-native-maps#5185](react-native-maps#5185)) ([4efd881](react-native-maps@4efd881))
@yousrasd yousrasd requested a review from k-saparia January 20, 2025 16:21
// Shared values for latitude and longitude
const latitude = useSharedValue(LATITUDE);
const longitude = useSharedValue(LONGITUDE);
class AnimatedMarkers extends React.Component<any, any> {
Copy link

@semgrep-code-pbsc-go-lcs-scandocs semgrep-code-pbsc-go-lcs-scandocs bot Jan 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class component usage is deprecated. Please use functional components instead.

Fixed in commit d54a45a

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/fp example/src/examples/AnimatedMarkers.tsx is just an example file

@yousrasd yousrasd force-pushed the MGW-956-update-to-1.18.2 branch from 9c659dc to 277ca0f Compare January 23, 2025 14:26
@yousrasd yousrasd force-pushed the MGW-956-update-to-1.18.2 branch from 277ca0f to c37b2d5 Compare January 23, 2025 14:29
@yousrasd
Copy link
Author

/fp example/src/examples/AnimatedMarkers.tsx is just an example file

@yousrasd yousrasd merged commit 1bc84b4 into master Jan 27, 2025
2 of 5 checks passed
@yousrasd yousrasd deleted the MGW-956-update-to-1.18.2 branch January 27, 2025 15:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.