From c4f9ab2995936ac78359a9bbac8d301bb4929759 Mon Sep 17 00:00:00 2001 From: Isky <33272362+iskubee@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:55:39 +0800 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b09ec40..c82f2a7 100644 --- a/README.md +++ b/README.md @@ -75,20 +75,24 @@ SafeQR is a React Native application that allows users to scan QR codes using th The following dependencies are required to run this project: -- `expo-camera`: For camera access and barcode scanning. -- `@react-navigation/native`: For navigation. -- `@react-navigation/stack`: For stack navigation. -- `@react-navigation/bottom-tabs`: For bottom tab navigation. -- `react-native-screens`: Required by React Navigation. -- `react-native-safe-area-context`: Required by React Navigation. -- `axios`: For making HTTP requests to VirusTotal API. -- `@expo/vector-icons`: For icons used in the tab bar and camera view. + "@expo/vector-icons": "^14.0.2", + "@react-navigation/bottom-tabs": "^6.5.20", + "@react-navigation/native": "^6.1.17", + "axios": "^1.7.2", + "expo": "~51.0.11", + "expo-camera": "~15.0.10", + "expo-image-picker": "~15.0.5", + "expo-status-bar": "~1.12.1", + "react": "18.2.0", + "react-native": "0.74.2", + "react-native-safe-area-context": "^4.10.4", + "react-native-screens": "^3.31.1" ### Installation -To install the dependencies, run the following command: +To install the dependencies, run the following command(it will auto read package.json): ```bash npm install - +```