From 7786efc13997918b27fa488be2a19d854140c5af Mon Sep 17 00:00:00 2001 From: Bartosz Grajdek Date: Tue, 13 Feb 2024 12:27:21 +0100 Subject: [PATCH 1/4] feat: upgrade react-native-reanimated --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11099886bfb0..cf598969e55e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,7 +105,7 @@ "react-native-plaid-link-sdk": "10.8.0", "react-native-qrcode-svg": "^6.2.0", "react-native-quick-sqlite": "^8.0.0-beta.2", - "react-native-reanimated": "^3.6.1", + "react-native-reanimated": "^3.7.0", "react-native-render-html": "6.3.1", "react-native-safe-area-context": "4.7.4", "react-native-screens": "3.29.0", @@ -45184,9 +45184,9 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.6.1.tgz", - "integrity": "sha512-F4vG9Yf9PKmE3GaWtVGUpzj3SM6YY2cx1yRHCwiMd1uY7W0gU017LfcVUorboJnj0y5QZqEriEK1Usq2Y8YZqg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.7.0.tgz", + "integrity": "sha512-KM+MKa3CJWqsF4GlOLLKBxTR2NEcrg5/HP9J2b6Dfgvll1sjZPywCOEEIh967SboEU8N9LjYZuoVm2UoXGxp2Q==", "dependencies": { "@babel/plugin-transform-object-assign": "^7.16.7", "@babel/preset-typescript": "^7.16.7", diff --git a/package.json b/package.json index 71983e0e1679..a92a633f7e15 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "react-native-plaid-link-sdk": "10.8.0", "react-native-qrcode-svg": "^6.2.0", "react-native-quick-sqlite": "^8.0.0-beta.2", - "react-native-reanimated": "^3.6.1", + "react-native-reanimated": "^3.7.0", "react-native-render-html": "6.3.1", "react-native-safe-area-context": "4.7.4", "react-native-screens": "3.29.0", From 2d4d666d1317fc39cd82e28a407d4f1eb8906f55 Mon Sep 17 00:00:00 2001 From: Bartosz Grajdek Date: Mon, 19 Feb 2024 09:33:25 +0100 Subject: [PATCH 2/4] fix: add podfile --- ios/Podfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 80933065c450..e4f988173f40 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1434,7 +1434,7 @@ PODS: - React-Core - RNReactNativeHapticFeedback (2.2.0): - React-Core - - RNReanimated (3.6.1): + - RNReanimated (3.7.0): - glog - RCT-Folly (= 2022.05.16.00) - React-Core @@ -1988,7 +1988,7 @@ SPEC CHECKSUMS: rnmapbox-maps: fcf7f1cbdc8bd7569c267d07284e8a5c7bee06ed RNPermissions: 9b086c8f05b2e2faa587fdc31f4c5ab4509728aa RNReactNativeHapticFeedback: ec56a5f81c3941206fd85625fa669ffc7b4545f9 - RNReanimated: 57f436e7aa3d277fbfed05e003230b43428157c0 + RNReanimated: 7d6d32f238f914f13d9d6fb45c0aef557f7f901e RNScreens: b582cb834dc4133307562e930e8fa914b8c04ef2 RNSound: 6c156f925295bdc83e8e422e7d8b38d33bc71852 RNSVG: ba3e7232f45e34b7b47e74472386cf4e1a676d0a From 51f34ab996e756ef41e07702a37a8bf94e596b86 Mon Sep 17 00:00:00 2001 From: Bartosz Grajdek Date: Mon, 19 Feb 2024 10:34:19 +0100 Subject: [PATCH 3/4] feat: rename patches --- ... react-native-reanimated+3.7.0+001+fix-boost-dependency.patch} | 0 ...reanimated+3.6.1.patch => react-native-reanimated+3.7.0.patch} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename patches/{react-native-reanimated+3.6.1+001+fix-boost-dependency.patch => react-native-reanimated+3.7.0+001+fix-boost-dependency.patch} (100%) rename patches/{react-native-reanimated+3.6.1.patch => react-native-reanimated+3.7.0.patch} (100%) diff --git a/patches/react-native-reanimated+3.6.1+001+fix-boost-dependency.patch b/patches/react-native-reanimated+3.7.0+001+fix-boost-dependency.patch similarity index 100% rename from patches/react-native-reanimated+3.6.1+001+fix-boost-dependency.patch rename to patches/react-native-reanimated+3.7.0+001+fix-boost-dependency.patch diff --git a/patches/react-native-reanimated+3.6.1.patch b/patches/react-native-reanimated+3.7.0.patch similarity index 100% rename from patches/react-native-reanimated+3.6.1.patch rename to patches/react-native-reanimated+3.7.0.patch From 3cc9dd5064296fc15dd76b8772cfdb776b7194d8 Mon Sep 17 00:00:00 2001 From: Bartosz Grajdek Date: Sun, 25 Feb 2024 21:35:49 +0100 Subject: [PATCH 4/4] feat: upgrade reanimated to v3.7.1 --- ios/Podfile.lock | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- ...ative-reanimated+3.7.1+001+fix-boost-dependency.patch} | 0 ...ed+3.7.0.patch => react-native-reanimated+3.7.1.patch} | 0 5 files changed, 7 insertions(+), 7 deletions(-) rename patches/{react-native-reanimated+3.7.0+001+fix-boost-dependency.patch => react-native-reanimated+3.7.1+001+fix-boost-dependency.patch} (100%) rename patches/{react-native-reanimated+3.7.0.patch => react-native-reanimated+3.7.1.patch} (100%) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index e4f988173f40..93c4f6bbc2a9 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1434,7 +1434,7 @@ PODS: - React-Core - RNReactNativeHapticFeedback (2.2.0): - React-Core - - RNReanimated (3.7.0): + - RNReanimated (3.7.1): - glog - RCT-Folly (= 2022.05.16.00) - React-Core @@ -1988,7 +1988,7 @@ SPEC CHECKSUMS: rnmapbox-maps: fcf7f1cbdc8bd7569c267d07284e8a5c7bee06ed RNPermissions: 9b086c8f05b2e2faa587fdc31f4c5ab4509728aa RNReactNativeHapticFeedback: ec56a5f81c3941206fd85625fa669ffc7b4545f9 - RNReanimated: 7d6d32f238f914f13d9d6fb45c0aef557f7f901e + RNReanimated: beb07f7f900543928467da8107c175d1e57a1049 RNScreens: b582cb834dc4133307562e930e8fa914b8c04ef2 RNSound: 6c156f925295bdc83e8e422e7d8b38d33bc71852 RNSVG: ba3e7232f45e34b7b47e74472386cf4e1a676d0a diff --git a/package-lock.json b/package-lock.json index 3e4dfd77bccf..fc5c898f9b14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,7 @@ "react-native-plaid-link-sdk": "10.8.0", "react-native-qrcode-svg": "^6.2.0", "react-native-quick-sqlite": "^8.0.0-beta.2", - "react-native-reanimated": "^3.7.0", + "react-native-reanimated": "^3.7.1", "react-native-render-html": "6.3.1", "react-native-safe-area-context": "4.8.2", "react-native-screens": "3.29.0", @@ -45270,9 +45270,9 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.7.0.tgz", - "integrity": "sha512-KM+MKa3CJWqsF4GlOLLKBxTR2NEcrg5/HP9J2b6Dfgvll1sjZPywCOEEIh967SboEU8N9LjYZuoVm2UoXGxp2Q==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.7.1.tgz", + "integrity": "sha512-bapCxhnS58+GZynQmA/f5U8vRlmhXlI/WhYg0dqnNAGXHNIc+38ahRWcG8iK8e0R2v9M8Ky2ZWObEC6bmweofg==", "dependencies": { "@babel/plugin-transform-object-assign": "^7.16.7", "@babel/preset-typescript": "^7.16.7", diff --git a/package.json b/package.json index aac474b0f4a2..0f05b48572eb 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "react-native-plaid-link-sdk": "10.8.0", "react-native-qrcode-svg": "^6.2.0", "react-native-quick-sqlite": "^8.0.0-beta.2", - "react-native-reanimated": "^3.7.0", + "react-native-reanimated": "^3.7.1", "react-native-render-html": "6.3.1", "react-native-safe-area-context": "4.8.2", "react-native-screens": "3.29.0", diff --git a/patches/react-native-reanimated+3.7.0+001+fix-boost-dependency.patch b/patches/react-native-reanimated+3.7.1+001+fix-boost-dependency.patch similarity index 100% rename from patches/react-native-reanimated+3.7.0+001+fix-boost-dependency.patch rename to patches/react-native-reanimated+3.7.1+001+fix-boost-dependency.patch diff --git a/patches/react-native-reanimated+3.7.0.patch b/patches/react-native-reanimated+3.7.1.patch similarity index 100% rename from patches/react-native-reanimated+3.7.0.patch rename to patches/react-native-reanimated+3.7.1.patch