diff --git a/examples/SampleApp/ios/Podfile.lock b/examples/SampleApp/ios/Podfile.lock index bfa497916d..1fa8bb9bf7 100644 --- a/examples/SampleApp/ios/Podfile.lock +++ b/examples/SampleApp/ios/Podfile.lock @@ -2476,7 +2476,7 @@ PODS: - ReactNativeDependencies - RNFBApp - Yoga - - RNGestureHandler (2.31.2): + - RNGestureHandler (3.0.2): - hermes-engine - RCTRequired - RCTTypeSafety @@ -2526,7 +2526,7 @@ PODS: - ReactCommon/turbomodule/core - ReactNativeDependencies - Yoga - - RNReanimated (4.3.1): + - RNReanimated (4.5.1): - hermes-engine - RCTRequired - RCTTypeSafety @@ -2548,11 +2548,12 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - ReactNativeDependencies - - RNReanimated/apple (= 4.3.1) - - RNReanimated/common (= 4.3.1) + - RNReanimated/apple (= 4.5.1) + - RNReanimated/common (= 4.5.1) + - RNReanimated/view (= 4.5.1) - RNWorklets - Yoga - - RNReanimated/apple (4.3.1): + - RNReanimated/apple (4.5.1): - hermes-engine - RCTRequired - RCTTypeSafety @@ -2576,7 +2577,31 @@ PODS: - ReactNativeDependencies - RNWorklets - Yoga - - RNReanimated/common (4.3.1): + - RNReanimated/common (4.5.1): + - hermes-engine + - RCTRequired + - RCTTypeSafety + - React-Core + - React-Core-prebuilt + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - React-NativeModulesApple + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - ReactNativeDependencies + - RNWorklets + - Yoga + - RNReanimated/view (4.5.1): - hermes-engine - RCTRequired - RCTTypeSafety @@ -2714,7 +2739,7 @@ PODS: - ReactCommon/turbomodule/core - ReactNativeDependencies - Yoga - - RNWorklets (0.8.3): + - RNWorklets (0.10.2): - hermes-engine - RCTRequired - RCTTypeSafety @@ -2736,10 +2761,10 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - ReactNativeDependencies - - RNWorklets/apple (= 0.8.3) - - RNWorklets/common (= 0.8.3) + - RNWorklets/apple (= 0.10.2) + - RNWorklets/common (= 0.10.2) - Yoga - - RNWorklets/apple (0.8.3): + - RNWorklets/apple (0.10.2): - hermes-engine - RCTRequired - RCTTypeSafety @@ -2762,7 +2787,7 @@ PODS: - ReactCommon/turbomodule/core - ReactNativeDependencies - Yoga - - RNWorklets/common (0.8.3): + - RNWorklets/common (0.10.2): - hermes-engine - RCTRequired - RCTTypeSafety @@ -2796,7 +2821,7 @@ PODS: - SDWebImageWebPCoder (0.15.0): - libwebp (~> 1.0) - SDWebImage/Core (~> 5.17) - - stream-chat-react-native (8.1.0): + - stream-chat-react-native (9.6.1): - hermes-engine - RCTRequired - RCTTypeSafety @@ -3322,19 +3347,19 @@ SPEC CHECKSUMS: RNFastImage: 14580cef91660b889645fb9e87f58a53621db993 RNFBApp: 3b942e786ca88524ba17df665a1a360fb3eee525 RNFBMessaging: b82ba0933288d710f5371f57d3115092abf64903 - RNGestureHandler: a97cc64efbfcb7a53969a38310a189a3d5246c65 + RNGestureHandler: 795970e76a4f4bcef87e77c12c5c791d86574ab6 RNNotifee: 5e3b271e8ea7456a36eec994085543c9adca9168 RNReactNativeHapticFeedback: 9dc72312c12cb53ee240b5b7aae1e167f3d940a6 - RNReanimated: 8aac6baab55e39ca4e02afd69f77fb127b26520c + RNReanimated: e9815897227d24f4629b1ca467cf5f26bffdc7eb RNScreens: 8d318eb8905fa1d3439a1ce5d567f82ae8245657 RNShare: 26c9524aee8cc3eedbab6d6b98cacce2f5247893 RNSVG: 8efa5ad14ceb98fe56c03793bd55bc4bd30ad84b - RNWorklets: 4931990f73bc8f347586918b2e13f11dfadf3b75 + RNWorklets: 53439575fed8525fb8d1cabcc05a3d4d91e6ffe4 SDWebImage: e9fc87c1aab89a8ab1bbd74eba378c6f53be8abf SDWebImageAVIFCoder: afe194a084e851f70228e4be35ef651df0fc5c57 SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c SDWebImageWebPCoder: 0e06e365080397465cc73a7a9b472d8a3bd0f377 - stream-chat-react-native: eedc4ebe706de6e9bfbcf943599b4e62bad6079f + stream-chat-react-native: fdb9929071f737e85eee5b8dbdb6bc4e120ac5c4 Teleport: 58dccc8594d74a77cdc2a2191b60656f9aaac743 Yoga: e240fec777ff1f21ef42ccebbb44b6d262125855 diff --git a/examples/SampleApp/package.json b/examples/SampleApp/package.json index 9432cfb217..329cace00b 100644 --- a/examples/SampleApp/package.json +++ b/examples/SampleApp/package.json @@ -50,20 +50,20 @@ "react": "19.2.3", "react-native": "0.85.3", "react-native-blob-util": "^0.24.9", - "react-native-gesture-handler": "^2.31.2", + "react-native-gesture-handler": "^3.0.2", "react-native-haptic-feedback": "^3.0.0", "react-native-image-picker": "^8.2.1", "react-native-maps": "^1.27.2", "react-native-nitro-modules": "0.31.3", "react-native-nitro-sound": "0.2.9", - "react-native-reanimated": "4.3.1", + "react-native-reanimated": "4.5.1", "react-native-safe-area-context": "^5.8.0", "react-native-screens": "^4.25.2", "react-native-share": "^12.3.1", "react-native-svg": "^15.15.5", "react-native-teleport": "^1.1.7", "react-native-video": "^6.19.2", - "react-native-worklets": "^0.8.3", + "react-native-worklets": "^0.10.2", "stream-chat": "^9.50.1", "stream-chat-react-native": "workspace:^", "stream-chat-react-native-core": "workspace:^" diff --git a/yarn.lock b/yarn.lock index 0f37ab5a8d..a31c62eb27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1587,7 +1587,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.2, @babel/types@npm:^7.26.0, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.2, @babel/types@npm:^7.28.6, @babel/types@npm:^7.29.0, @babel/types@npm:^7.29.7, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.2, @babel/types@npm:^7.26.0, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.2, @babel/types@npm:^7.28.6, @babel/types@npm:^7.29.0, @babel/types@npm:^7.29.7, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": version: 7.29.7 resolution: "@babel/types@npm:7.29.7" dependencies: @@ -17743,7 +17743,7 @@ __metadata: languageName: node linkType: hard -"react-native-gesture-handler@npm:^2.26.0, react-native-gesture-handler@npm:^2.31.2, react-native-gesture-handler@npm:~2.31.1": +"react-native-gesture-handler@npm:^2.26.0, react-native-gesture-handler@npm:~2.31.1": version: 2.31.2 resolution: "react-native-gesture-handler@npm:2.31.2" dependencies: @@ -17771,6 +17771,19 @@ __metadata: languageName: node linkType: hard +"react-native-gesture-handler@npm:^3.0.2": + version: 3.0.2 + resolution: "react-native-gesture-handler@npm:3.0.2" + dependencies: + "@types/react-test-renderer": "npm:^19.1.0" + invariant: "npm:^2.2.4" + peerDependencies: + react: "*" + react-native: "*" + checksum: 10c0/06d2b1a621f73c148c4000692e55d5f2a44d44229cabc79829de0b0b3dbf3bcf4bc00e8635f82bd1062d7eac87f39ca5213eb1041e23a5543947e64773eaddfb + languageName: node + linkType: hard + "react-native-haptic-feedback@npm:^2.3.3": version: 2.3.4 resolution: "react-native-haptic-feedback@npm:2.3.4" @@ -17909,6 +17922,20 @@ __metadata: languageName: node linkType: hard +"react-native-reanimated@npm:4.5.1": + version: 4.5.1 + resolution: "react-native-reanimated@npm:4.5.1" + dependencies: + react-native-is-edge-to-edge: "npm:^1.3.1" + semver: "npm:^7.7.3" + peerDependencies: + react: "*" + react-native: 0.83 - 0.86 + react-native-worklets: 0.10.x + checksum: 10c0/86c64529fc5d59fb1a9083e0934c957c95c7319149efe02f92252237aa1fb208958da1c42705447c12b1d6bff3c23a354e10a05787995082eda1c284703ec0bc + languageName: node + linkType: hard + "react-native-reanimated@npm:^4.0.1, react-native-reanimated@npm:^4.4.0": version: 4.4.0 resolution: "react-native-reanimated@npm:4.4.0" @@ -18041,7 +18068,7 @@ __metadata: languageName: node linkType: hard -"react-native-worklets@npm:0.8.3, react-native-worklets@npm:^0.8.3": +"react-native-worklets@npm:0.8.3": version: 0.8.3 resolution: "react-native-worklets@npm:0.8.3" dependencies: @@ -18065,6 +18092,31 @@ __metadata: languageName: node linkType: hard +"react-native-worklets@npm:^0.10.2": + version: 0.10.2 + resolution: "react-native-worklets@npm:0.10.2" + dependencies: + "@babel/plugin-transform-arrow-functions": "npm:^7.27.1" + "@babel/plugin-transform-class-properties": "npm:^7.28.6" + "@babel/plugin-transform-classes": "npm:^7.28.6" + "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.28.6" + "@babel/plugin-transform-optional-chaining": "npm:^7.28.6" + "@babel/plugin-transform-shorthand-properties": "npm:^7.27.1" + "@babel/plugin-transform-template-literals": "npm:^7.27.1" + "@babel/plugin-transform-unicode-regex": "npm:^7.27.1" + "@babel/preset-typescript": "npm:^7.28.5" + "@babel/types": "npm:^7.27.1" + convert-source-map: "npm:^2.0.0" + semver: "npm:^7.7.4" + peerDependencies: + "@babel/core": "*" + "@react-native/metro-config": "*" + react: "*" + react-native: 0.83 - 0.86 + checksum: 10c0/5c4aa9940fb63cd1b0585b618fff84716c028011c9235e10d451b6436c7fb4dec9474a5dd9fa38d74aedd4a5b46f916470fb73aedaca4b0ba47b364d26fbf193 + languageName: node + linkType: hard + "react-native-worklets@npm:^0.4.1": version: 0.4.2 resolution: "react-native-worklets@npm:0.4.2" @@ -18870,20 +18922,20 @@ __metadata: react: "npm:19.2.3" react-native: "npm:0.85.3" react-native-blob-util: "npm:^0.24.9" - react-native-gesture-handler: "npm:^2.31.2" + react-native-gesture-handler: "npm:^3.0.2" react-native-haptic-feedback: "npm:^3.0.0" react-native-image-picker: "npm:^8.2.1" react-native-maps: "npm:^1.27.2" react-native-nitro-modules: "npm:0.31.3" react-native-nitro-sound: "npm:0.2.9" - react-native-reanimated: "npm:4.3.1" + react-native-reanimated: "npm:4.5.1" react-native-safe-area-context: "npm:^5.8.0" react-native-screens: "npm:^4.25.2" react-native-share: "npm:^12.3.1" react-native-svg: "npm:^15.15.5" react-native-teleport: "npm:^1.1.7" react-native-video: "npm:^6.19.2" - react-native-worklets: "npm:^0.8.3" + react-native-worklets: "npm:^0.10.2" stream-chat: "npm:^9.50.1" stream-chat-react-native: "workspace:^" stream-chat-react-native-core: "workspace:^"