diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 1383bfb653f0..964da9bef75e 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2849,7 +2849,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - react-native-skia (2.4.14): + - react-native-skia (2.6.2): - boost - DoubleConversion - fast_float @@ -4287,7 +4287,7 @@ DEPENDENCIES: - fast_float (from `../node_modules/react-native/third-party-podspecs/fast_float.podspec`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) - fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`) - - "FullStory (from `{http: \"https://ios-releases.fullstory.com/fullstory-1.68.3-xcframework.tar.gz\"}`)" + - "FullStory (from `{:http=>\"https://ios-releases.fullstory.com/fullstory-1.68.3-xcframework.tar.gz\"}`)" - "fullstory_react-native (from `../node_modules/@fullstory/react-native`)" - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - group-ib-fp (from `../node_modules/group-ib-fp`) @@ -4808,7 +4808,7 @@ SPEC CHECKSUMS: GTMAppAuth: f69bd07d68cd3b766125f7e072c45d7340dea0de GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6 GzipSwift: 893f3e48e597a1a4f62fafcb6514220fcf8287fa - hermes-engine: b39ec807040f5a775de027a4a9647c0f4222c6ef + hermes-engine: 3b9f19b76c01aac5826b3f609b85006718bf7ecc libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7 libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8 @@ -4880,7 +4880,7 @@ SPEC CHECKSUMS: react-native-pdf: 6a09a9be0e7ee954ea671437483316f9a28f8572 react-native-plaid-link-sdk: 425c0a3a923310fcd8489142209ff1508372a7bf react-native-safe-area-context: 0a3b034bb63a5b684dd2f5fffd3c90ef6ed41ee8 - react-native-skia: 51f30133876025c83e933f4f7253479e6de5d937 + react-native-skia: 1b89b2adbdb1af25528ab7b3e0b154718b9c6813 react-native-view-shot: 28aca10c6c6e5331959ba4b6cb2fced572f88af3 react-native-wallet: 4e3cc1f48ca653ad4a96df8da7e6bd9c8987b3e3 react-native-webview: cdce419e8022d0ef6f07db21890631258e7a9e6e diff --git a/package-lock.json b/package-lock.json index 9cb31a77c5aa..fef6b54dcc7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@sbaiahmed1/react-native-biometrics": "0.15.0", "@sentry/react-native": "8.2.0", "@shopify/flash-list": "2.3.0", - "@shopify/react-native-skia": "^2.4.14", + "@shopify/react-native-skia": "^2.6.2", "@ua/react-native-airship": "~25.0.0", "array.prototype.tosorted": "^1.1.4", "awesome-phonenumber": "^5.4.0", @@ -14299,16 +14299,21 @@ } }, "node_modules/@shopify/react-native-skia": { - "version": "2.4.14", - "resolved": "https://registry.npmjs.org/@shopify/react-native-skia/-/react-native-skia-2.4.14.tgz", - "integrity": "sha512-zFxjAQbfrdOxoNJoaOCZQzZliuAWXjFkrNZv2PtofG2RAUPWIxWmk2J/oOROpTwXgkmh1JLvFp3uONccTXUthQ==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@shopify/react-native-skia/-/react-native-skia-2.6.2.tgz", + "integrity": "sha512-NzZ3+MRedZAUhguWw9DTCpWFd09Bq+tdGWhimGfJLGckuyoWGyimTiNTmaO2DeeivHTnGdv+eXbw7j/AV3LkRQ==", "hasInstallScript": true, "license": "MIT", "dependencies": { - "canvaskit-wasm": "0.40.0", + "canvaskit-wasm": "0.41.0", + "react-native-skia-android": "147.1.0", + "react-native-skia-apple-ios": "147.1.0", + "react-native-skia-apple-macos": "147.1.0", + "react-native-skia-apple-tvos": "147.1.0", "react-reconciler": "0.31.0" }, "bin": { + "install-skia": "scripts/install-libs.js", "setup-skia-web": "scripts/setup-canvaskit.js" }, "peerDependencies": { @@ -19631,9 +19636,9 @@ "license": "MIT" }, "node_modules/canvaskit-wasm": { - "version": "0.40.0", - "resolved": "https://registry.npmjs.org/canvaskit-wasm/-/canvaskit-wasm-0.40.0.tgz", - "integrity": "sha512-Od2o+ZmoEw9PBdN/yCGvzfu0WVqlufBPEWNG452wY7E9aT8RBE+ChpZF526doOlg7zumO4iCS+RAeht4P0Gbpw==", + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/canvaskit-wasm/-/canvaskit-wasm-0.41.0.tgz", + "integrity": "sha512-cnbL02NFB3yOYMF/MtxViZHgD1vh55Pvy+zR8q4JuFvyCPejZP3eClkt2GuZ0S7jOmGMCJXaHBasbMChbR9JZg==", "license": "BSD-3-Clause", "dependencies": { "@webgpu/types": "0.1.21" @@ -35261,6 +35266,30 @@ "node": ">=16" } }, + "node_modules/react-native-skia-android": { + "version": "147.1.0", + "resolved": "https://registry.npmjs.org/react-native-skia-android/-/react-native-skia-android-147.1.0.tgz", + "integrity": "sha512-pWA0M0G74AhjEop0HLCkjWJMup2HJxOmuUjfPt6kSDhYeWKVx8AEzWh0Fh19ah78zE/s4hD0Of0Tyem5shhiTg==", + "license": "MIT" + }, + "node_modules/react-native-skia-apple-ios": { + "version": "147.1.0", + "resolved": "https://registry.npmjs.org/react-native-skia-apple-ios/-/react-native-skia-apple-ios-147.1.0.tgz", + "integrity": "sha512-cr4rWe4Bf0H0TTutUp5cgHt5/Felttl1bh4BAAAsgAeL2F10FAK9urX8spjUshzMwjqXD7rNOWuFzU6ZcNlGKw==", + "license": "MIT" + }, + "node_modules/react-native-skia-apple-macos": { + "version": "147.1.0", + "resolved": "https://registry.npmjs.org/react-native-skia-apple-macos/-/react-native-skia-apple-macos-147.1.0.tgz", + "integrity": "sha512-Qbv0Y7LgawtRKuGk8gnGeh8nDWwNiu03LcX0mVaQzBBbxFDYvqejanA+AkO3p8gsQb+fsXRc9DAk+U8cBnzZvA==", + "license": "MIT" + }, + "node_modules/react-native-skia-apple-tvos": { + "version": "147.1.0", + "resolved": "https://registry.npmjs.org/react-native-skia-apple-tvos/-/react-native-skia-apple-tvos-147.1.0.tgz", + "integrity": "sha512-b+4vILXHPu++t8H41PHLBVsTab2LPqwXNdzgdScyl4+Cu8Ta34aUQW3T469cB0ogAMPdu//KV00w4YVpDZoRUQ==", + "license": "MIT" + }, "node_modules/react-native-svg": { "version": "15.12.1", "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.12.1.tgz", diff --git a/package.json b/package.json index 3fdfbf1b6c9f..c5f470813cfa 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@sbaiahmed1/react-native-biometrics": "0.15.0", "@sentry/react-native": "8.2.0", "@shopify/flash-list": "2.3.0", - "@shopify/react-native-skia": "^2.4.14", + "@shopify/react-native-skia": "^2.6.2", "@ua/react-native-airship": "~25.0.0", "array.prototype.tosorted": "^1.1.4", "awesome-phonenumber": "^5.4.0",