Store added pharmacy in local storage

This commit is contained in:
abhay-raizada
2024-08-12 18:57:17 +05:30
parent 605b89c578
commit ae9f81ddb7
6 changed files with 121 additions and 25 deletions

View File

@@ -10,16 +10,16 @@
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/datetimepicker": "^8.0.1",
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-community/slider": "^4.5.0",
"@react-native-picker/picker": "^2.6.1",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"buffer": "^6.0.3",
"events": "^3.3.0",
"nostr-tools": "^2.3.1",
"react-native-safe-area-context": "^4.5.0",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-crypto": "^2.2.0",
@@ -29,6 +29,7 @@
"react-native-get-random-values": "^1.11.0",
"react-native-picker-select": "^9.0.1",
"react-native-randombytes": "^3.6.1",
"react-native-safe-area-context": "^4.5.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.1.0",
"react-native-webview": "^13.8.4",