Use AsyncStorage for local cache

This commit is contained in:
Jackson Harper
2024-08-13 17:00:05 +08:00
parent a92db4e216
commit 22216e33b8
4 changed files with 59 additions and 4 deletions

View File

@ -30,9 +30,12 @@
"@radix-ui/react-separator": "^0.1.0",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-switch": "^1.0.1",
"@react-native-async-storage/async-storage": "^1.24.0",
"@sentry/nextjs": "^7.42.0",
"@stitches/react": "^1.2.5",
"@tanstack/query-async-storage-persister": "^5.51.21",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-persist-client": "^5.51.23",
"allotment": "^1.20.2",
"antd": "4.24.3",
"axios": "^1.2.0",