diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bf26d2..862fdf76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - We have added a USE_BIOMETRIC permission in Android. - We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility. +- We have upgraded react-native-reanimated to v3.16.7. ## Fixes diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 5e0cc760..104eca29 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1680,7 +1680,7 @@ PODS: - React-Core - RNPermissions (4.1.5): - React-Core - - RNReanimated (3.16.1): + - RNReanimated (3.16.7): - DoubleConversion - glog - hermes-engine @@ -1700,10 +1700,10 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNReanimated/reanimated (= 3.16.1) - - RNReanimated/worklets (= 3.16.1) + - RNReanimated/reanimated (= 3.16.7) + - RNReanimated/worklets (= 3.16.7) - Yoga - - RNReanimated/reanimated (3.16.1): + - RNReanimated/reanimated (3.16.7): - DoubleConversion - glog - hermes-engine @@ -1723,9 +1723,9 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNReanimated/reanimated/apple (= 3.16.1) + - RNReanimated/reanimated/apple (= 3.16.7) - Yoga - - RNReanimated/reanimated/apple (3.16.1): + - RNReanimated/reanimated/apple (3.16.7): - DoubleConversion - glog - hermes-engine @@ -1746,7 +1746,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - RNReanimated/worklets (3.16.1): + - RNReanimated/worklets (3.16.7): - DoubleConversion - glog - hermes-engine @@ -2196,7 +2196,7 @@ SPEC CHECKSUMS: RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc RNNotifee: 4a6ee5c7deaf00e005050052d73ee6315dff7ec9 RNPermissions: 4da8c626e4ac9d71c1a199d500d52dd54da62e38 - RNReanimated: 280140e1989bc33d5586cbca10bd199fd1fbdbf1 + RNReanimated: 10df3198b328f8a0677fdaaa2b449db53cdbff40 RNScreens: e9bb7c3063237983e75d01bb45ce591cc4e7afc2 RNSVG: 515a902fc18a375907eb4c3abec0b803fbfa37ef RNVectorIcons: 85ed086927e7548461d593e68b190c38a6606a05 diff --git a/package-lock.json b/package-lock.json index 56c85da7..fb31df54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-native-pager-view": "6.4.1", "react-native-permissions": "4.1.5", "react-native-push-notification": "8.1.1", - "react-native-reanimated": "3.16.1", + "react-native-reanimated": "3.16.7", "react-native-safe-area-context": "5.2.0", "react-native-schedule-exact-alarm-permission": "^0.1.3", "react-native-screens": "4.6.0", @@ -7756,9 +7756,9 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.1.tgz", - "integrity": "sha512-Wnbo7toHZ6kPLAD8JWKoKCTfNoqYOMW5vUEP76Rr4RBmJCrdXj6oauYP0aZnZq8NCbiP5bwwu7+RECcWtoetnQ==", + "version": "3.16.7", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.7.tgz", + "integrity": "sha512-qoUUQOwE1pHlmQ9cXTJ2MX9FQ9eHllopCLiWOkDkp6CER95ZWeXhJCP4cSm6AD4jigL5jHcZf/SkWrg8ttZUsw==", "license": "MIT", "dependencies": { "@babel/plugin-transform-arrow-functions": "^7.0.0-0", diff --git a/package.json b/package.json index 33e1a5a5..7a4f11b4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-native-pager-view": "6.4.1", "react-native-permissions": "4.1.5", "react-native-push-notification": "8.1.1", - "react-native-reanimated": "3.16.1", + "react-native-reanimated": "3.16.7", "react-native-safe-area-context": "5.2.0", "react-native-schedule-exact-alarm-permission": "^0.1.3", "react-native-screens": "4.6.0",