aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2022-05-18 23:02:58 +0100
committerGravatar piotrruss <mail@pruss.it> 2022-05-18 23:02:58 +0100
commitd77d7c440333ded46eeb8d28e22ec5517f3b15b8 (patch)
tree34bc54ef125433b722184777f33da90e1badf745 /package.json
parent9173d98070a0463b352625c2e50d20543f7c12fb (diff)
downloadnotes_mobile-d77d7c440333ded46eeb8d28e22ec5517f3b15b8.tar.gz
notes_mobile-d77d7c440333ded46eeb8d28e22ec5517f3b15b8.tar.bz2
notes_mobile-d77d7c440333ded46eeb8d28e22ec5517f3b15b8.zip
small fixes
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0eb936c..8fc0ac1 100644
--- a/package.json
+++ b/package.json
@@ -10,11 +10,12 @@
"eject": "expo eject"
},
"dependencies": {
+ "@react-native-async-storage/async-storage": "~1.17.3",
"expo": "~45.0.0",
"expo-status-bar": "~1.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
- "react-native": "0.68.1",
+ "react-native": "0.68.2",
"react-native-web": "0.17.7"
},
"devDependencies": {