From dda041a9aebc23f7a0576fc4030d06c71fa370d2 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 12 May 2024 20:04:58 +0530 Subject: Add draggable favorite apps list --- package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package.json') 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": { -- cgit v1.3.1