diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index 703548e56..93363c354 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,9 @@ "@fortawesome/free-regular-svg-icons": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.1.1", "@fortawesome/react-native-fontawesome": "^0.3.0", + "@gorhom/bottom-sheet": "^4", "@react-native-async-storage/async-storage": "^1.17.6", + "@react-native-clipboard/clipboard": "^1.10.0", "@react-navigation/bottom-tabs": "^6.3.1", "@react-navigation/native": "^6.0.10", "@react-navigation/native-stack": "^6.6.2", @@ -34,8 +36,12 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-native": "0.68.2", + "react-native-gesture-handler": "^2.5.0", "react-native-inappbrowser-reborn": "^3.6.3", "react-native-progress": "^5.0.0", + "react-native-reanimated": "^2.9.1", + "react-native-root-siblings": "^4.1.1", + "react-native-root-toast": "^3.4.0", "react-native-safe-area-context": "^4.3.1", "react-native-screens": "^3.13.1", "react-native-svg": "^12.4.0", |