Skip to content

Commit

Permalink
remove react native async local storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ltminhthu committed Jul 19, 2024
1 parent 8203d89 commit fd74f7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
8 changes: 1 addition & 7 deletions apps/wallet/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,6 @@ PODS:
- React-logger (= 0.71.14)
- React-perflogger (= 0.71.14)
- RecaptchaInterop (100.0.0)
- RNCAsyncStorage (1.23.1):
- React-Core
- RNCClipboard (1.13.2):
- React-Core
- RNCustomAuthSdk (4.0.1):
Expand Down Expand Up @@ -692,7 +690,6 @@ DEPENDENCIES:
- React-RCTVibration (from `../../../node_modules/react-native/Libraries/Vibration`)
- React-runtimeexecutor (from `../../../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../../../node_modules/react-native/ReactCommon`)
- "RNCAsyncStorage (from `../../../node_modules/@react-native-async-storage/async-storage`)"
- "RNCClipboard (from `../../../node_modules/@react-native-clipboard/clipboard`)"
- "RNCustomAuthSdk (from `../../../node_modules/@toruslabs/customauth-react-native-sdk`)"
- RNDeviceInfo (from `../../../node_modules/react-native-device-info`)
Expand Down Expand Up @@ -844,8 +841,6 @@ EXTERNAL SOURCES:
:path: "../../../node_modules/react-native/ReactCommon/runtimeexecutor"
ReactCommon:
:path: "../../../node_modules/react-native/ReactCommon"
RNCAsyncStorage:
:path: "../../../node_modules/@react-native-async-storage/async-storage"
RNCClipboard:
:path: "../../../node_modules/@react-native-clipboard/clipboard"
RNCustomAuthSdk:
Expand Down Expand Up @@ -969,7 +964,6 @@ SPEC CHECKSUMS:
React-runtimeexecutor: ffe826b7b1cfbc32a35ed5b64d5886c0ff75f501
ReactCommon: 6f0ee30fda78283c31310e585f7236748e13330d
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c
RNCClipboard: 60fed4b71560d7bfe40e9d35dea9762b024da86d
RNCustomAuthSdk: e1db0c850b41deaf38fdc8fe5433b3287db29c55
RNDeviceInfo: db5c64a060e66e5db3102d041ebe3ef307a85120
Expand Down Expand Up @@ -999,4 +993,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 877abdf091993fa0cd980670b68c31cf31b2d28e

COCOAPODS: 1.14.3
COCOAPODS: 1.12.0
1 change: 0 additions & 1 deletion apps/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@metacraft/cli-web3-polyfills": "^0.0.7",
"@metaplex-foundation/js": "0.20.1",
"@mysten/sui.js": "0.51.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "^1.12.1",
"@react-native-firebase/analytics": "18.6.1",
"@react-native-firebase/app": "18.6.1",
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7022,17 +7022,6 @@ __metadata:
languageName: node
linkType: hard

"@react-native-async-storage/async-storage@npm:^1.23.1":
version: 1.23.1
resolution: "@react-native-async-storage/async-storage@npm:1.23.1"
dependencies:
merge-options: "npm:^3.0.4"
peerDependencies:
react-native: ^0.0.0-0 || >=0.60 <1.0
checksum: 10/9d0acc7edb0ba9ee414d6e62c656e5d571c9d9615e7e9f4748865b965178998f2e73786b8050387ada00ddb6faaca97b5cf2e010ceaeebe91571991364a0f515
languageName: node
linkType: hard

"@react-native-clipboard/clipboard@npm:^1.12.1, @react-native-clipboard/clipboard@npm:^1.13.0":
version: 1.13.2
resolution: "@react-native-clipboard/clipboard@npm:1.13.2"
Expand Down Expand Up @@ -11936,7 +11925,6 @@ __metadata:
"@metacraft/cli-web3-polyfills": "npm:^0.0.7"
"@metaplex-foundation/js": "npm:0.20.1"
"@mysten/sui.js": "npm:0.51.1"
"@react-native-async-storage/async-storage": "npm:^1.23.1"
"@react-native-clipboard/clipboard": "npm:^1.12.1"
"@react-native-firebase/analytics": "npm:18.6.1"
"@react-native-firebase/app": "npm:18.6.1"
Expand Down

0 comments on commit fd74f7d

Please sign in to comment.