diff options
author | 2024-10-16 17:24:58 +0530 | |
---|---|---|
committer | 2024-10-16 17:24:58 +0530 | |
commit | 2ffdb4d5697295443f926983c33b6ca4aa44bab6 (patch) | |
tree | 4d2ad362731dde91fcf94bb9f98e3e4d7543eb23 /package.json | |
parent | d4863f4d19d83a219dc96aa27322ef583844d2ec (diff) | |
download | yt-local-2ffdb4d5697295443f926983c33b6ca4aa44bab6.tar.gz yt-local-2ffdb4d5697295443f926983c33b6ca4aa44bab6.tar.bz2 yt-local-2ffdb4d5697295443f926983c33b6ca4aa44bab6.zip |
added some packages
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index e4200cb..d7489d4 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,10 @@ "formik": "^2.4.6", "react": "18.2.0", "react-native": "0.74.5", + "react-native-gesture-handler": "^2.20.0", "react-native-keychain": "^9.0.0", "react-native-otp-input": "^1.0.12", + "react-native-safe-area-context": "^4.11.0", "react-redux": "^9.1.2", "redux": "^5.0.1", "sendgrid": "^5.2.3", |