aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-05-12 20:04:58 +0530
committerAkshay Nair <phenax5@gmail.com>2024-09-29 16:16:39 +0530
commitdda041a9aebc23f7a0576fc4030d06c71fa370d2 (patch)
tree545016cf9df58395dfebc520f9e26dd802a2ffa6 /package.json
parentd87cea9ff2467f93be28533938dfc3a3e5c0c937 (diff)
downloaddaft-launcher-dda041a9aebc23f7a0576fc4030d06c71fa370d2.tar.gz
daft-launcher-dda041a9aebc23f7a0576fc4030d06c71fa370d2.zip
Add draggable favorite apps list
Diffstat (limited to '')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index 13ababc..35f548c 100644
--- a/package.json
+++ b/package.json
@@ -10,12 +10,17 @@
"test": "jest"
},
"dependencies": {
+ "@react-native-async-storage/async-storage": "^1.23.1",
"match-sorter": "^6.3.4",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.74.1",
+ "react-native-draggable-flatlist": "^4.0.1",
+ "react-native-gesture-handler": "^2.16.2",
"react-native-launcher-kit": "^1.0.4",
+ "react-native-reanimated": "^3.11.0",
"react-native-swiper": "^1.6.0",
+ "react-native-vector-icons": "^10.1.0",
"tailwindcss": "3.3.2"
},
"devDependencies": {