From e3431b238d4c777f5137466e0306708395ef25d5 Mon Sep 17 00:00:00 2001 From: safeqr <166971032+safeqr@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:57:34 +0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 73bc901..3e75a23 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@ SafeQR is a React Native application that allows users to scan QR codes using th - **Settings**: (Placeholder) Adjust application settings. - **Profile**: (Placeholder) View and edit user profile. -## Screenshots - -![QR Scanner Screen](./screenshots/qr_scanner_screen.png) -![Bottom Navigation](./screenshots/bottom_navigation.png) ## Installation @@ -28,16 +24,18 @@ SafeQR is a React Native application that allows users to scan QR codes using th npm install ``` -3. **Install Expo CLI** (if not already installed): - ```sh - npm install -g expo-cli - ``` -4. **Start the Application**: +3. **Start the Application**: ```sh npx expo start ``` + +3. **Install Expo CLI** (if step 3 causes expo error): + ```sh + npm install -g expo-cli + ``` + 5. **Run on Device**: - For iOS, use the Expo Go app. - For Android, use the Expo Go app or an emulator.