Skip to content

Commit c682200

Browse files
authored
chore: updated dependencies
## Pull request --- ### Before submitting - [x] This PR targets the `dev` branch (not `main`) - [x] Commit messages follow the semantic-release format - [x] No debug logs or sensitive data included --- ### Summary Updated dependencies --- ### Type of change - [ ] Feature - [ ] Fix - [x] Refactor - [ ] Internal / CI - [ ] Documentation --- ### Scope - [ ] Android - [ ] iOS - [ ] Core - [x] Example App - [ ] Docs ---
2 parents a432a0d + c2c9a48 commit c682200

File tree

5 files changed

+12
-35
lines changed

5 files changed

+12
-35
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[![Dev Release](https://img.shields.io/npm/v/react-native-google-maps-plus/dev.svg?label=dev%20release&color=orange)](https://www.npmjs.com/package/react-native-google-maps-plus)
55
[![Build](https://github.com/pinpong/react-native-google-maps-plus/actions/workflows/release.yml/badge.svg)](https://github.com/pinpong/react-native-google-maps-plus/actions/workflows/release.yml)
66
![React Native](https://img.shields.io/badge/react--native-%3E%3D0.81.0-61dafb.svg?logo=react)
7-
![Platform: Android](https://img.shields.io/badge/android-supported-brightgreen.svg?logo=android&logoColor=white)
8-
![Platform: iOS](https://img.shields.io/badge/ios-supported-lightgrey.svg?logo=apple&logoColor=black)
97

108
React Native wrapper for Android & iOS Google Maps SDK.
119

android/build.gradle

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -70,27 +70,6 @@ android {
7070
}
7171
}
7272

73-
packagingOptions {
74-
excludes = [
75-
"META-INF",
76-
"META-INF/**",
77-
"**/libc++_shared.so",
78-
"**/libfbjni.so",
79-
"**/libjsi.so",
80-
"**/libfolly_json.so",
81-
"**/libfolly_runtime.so",
82-
"**/libglog.so",
83-
"**/libhermes.so",
84-
"**/libhermes-executor-debug.so",
85-
"**/libhermes_executor.so",
86-
"**/libreactnative.so",
87-
"**/libreactnativejni.so",
88-
"**/libturbomodulejsijni.so",
89-
"**/libreact_nativemodule_core.so",
90-
"**/libjscexecutor.so"
91-
]
92-
}
93-
9473
buildFeatures {
9574
buildConfig true
9675
prefab true

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,7 +2537,7 @@ PODS:
25372537
- SocketRocket
25382538
- SVGKit (= 3.0.0)
25392539
- Yoga
2540-
- RNReanimated (4.1.3):
2540+
- RNReanimated (4.1.5):
25412541
- boost
25422542
- DoubleConversion
25432543
- fast_float
@@ -2564,11 +2564,11 @@ PODS:
25642564
- ReactCodegen
25652565
- ReactCommon/turbomodule/bridging
25662566
- ReactCommon/turbomodule/core
2567-
- RNReanimated/reanimated (= 4.1.3)
2567+
- RNReanimated/reanimated (= 4.1.5)
25682568
- RNWorklets
25692569
- SocketRocket
25702570
- Yoga
2571-
- RNReanimated/reanimated (4.1.3):
2571+
- RNReanimated/reanimated (4.1.5):
25722572
- boost
25732573
- DoubleConversion
25742574
- fast_float
@@ -2595,11 +2595,11 @@ PODS:
25952595
- ReactCodegen
25962596
- ReactCommon/turbomodule/bridging
25972597
- ReactCommon/turbomodule/core
2598-
- RNReanimated/reanimated/apple (= 4.1.3)
2598+
- RNReanimated/reanimated/apple (= 4.1.5)
25992599
- RNWorklets
26002600
- SocketRocket
26012601
- Yoga
2602-
- RNReanimated/reanimated/apple (4.1.3):
2602+
- RNReanimated/reanimated/apple (4.1.5):
26032603
- boost
26042604
- DoubleConversion
26052605
- fast_float
@@ -3121,7 +3121,7 @@ SPEC CHECKSUMS:
31213121
ReactCommon: 801eff8cb9c940c04d3a89ce399c343ee3eff654
31223122
RNGestureHandler: 67501c6d447027581aa1d8e5a7a3ea5a7f0a89ff
31233123
RNGoogleMapsPlus: d94844f2d397099f2153d5f9a29e96f70f547bde
3124-
RNReanimated: 8f0185df21f0dea34ee8c9611ba88c17a290ed9a
3124+
RNReanimated: 05c5a85c3ee54ac68d60c8a9b42dbc441e3326ca
31253125
RNScreens: 98771ad898d1c0528fc8139606bbacf5a2e9d237
31263126
RNWorklets: ab618bf7d1c7fd2cb793b9f0f39c3e29274b3ebf
31273127
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react-native-gesture-handler": "2.29.1",
2222
"react-native-google-maps-plus": "workspace:*",
2323
"react-native-nitro-modules": "0.31.5",
24-
"react-native-reanimated": "4.1.3",
24+
"react-native-reanimated": "4.1.5",
2525
"react-native-safe-area-context": "5.6.2",
2626
"react-native-screens": "4.18.0",
2727
"react-native-worklets": "0.6.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11948,7 +11948,7 @@ __metadata:
1194811948
react-native-google-maps-plus: "workspace:*"
1194911949
react-native-monorepo-config: 0.3.0
1195011950
react-native-nitro-modules: 0.31.5
11951-
react-native-reanimated: 4.1.3
11951+
react-native-reanimated: 4.1.5
1195211952
react-native-safe-area-context: 5.6.2
1195311953
react-native-screens: 4.18.0
1195411954
react-native-worklets: 0.6.1
@@ -12043,9 +12043,9 @@ __metadata:
1204312043
languageName: node
1204412044
linkType: hard
1204512045

12046-
"react-native-reanimated@npm:4.1.3":
12047-
version: 4.1.3
12048-
resolution: "react-native-reanimated@npm:4.1.3"
12046+
"react-native-reanimated@npm:4.1.5":
12047+
version: 4.1.5
12048+
resolution: "react-native-reanimated@npm:4.1.5"
1204912049
dependencies:
1205012050
react-native-is-edge-to-edge: ^1.2.1
1205112051
semver: 7.7.2
@@ -12054,7 +12054,7 @@ __metadata:
1205412054
react: "*"
1205512055
react-native: "*"
1205612056
react-native-worklets: ">=0.5.0"
12057-
checksum: 5f3b7298dd721b5da7f8bab64c557624d08b8715502f4ba2ff9118f31d852e3d9734ffbfaacd1302468ba68d4790689eead39605645a80f737802c8de0008064
12057+
checksum: 5439c2f5c27af9590719a4c412f3cb8415c626e346885821898ae50c7e3cdf00bc21058a1bc29cafa1366231f414c6979fae852acf0713ba7bdc7e5ba351827c
1205812058
languageName: node
1205912059
linkType: hard
1206012060

0 commit comments

Comments
 (0)