Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`)
Expand Down Expand Up @@ -4808,7 +4808,7 @@ SPEC CHECKSUMS:
GTMAppAuth: f69bd07d68cd3b766125f7e072c45d7340dea0de
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
GzipSwift: 893f3e48e597a1a4f62fafcb6514220fcf8287fa
hermes-engine: b39ec807040f5a775de027a4a9647c0f4222c6ef
hermes-engine: 3b9f19b76c01aac5826b3f609b85006718bf7ecc
libavif: 84bbb62fb232c3018d6f1bab79beea87e35de7b7
libdav1d: 23581a4d8ec811ff171ed5e2e05cd27bad64c39f
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
Expand Down Expand Up @@ -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
Expand Down
45 changes: 37 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading