Update README.md

This commit is contained in:
safeqr
2024-06-10 21:57:34 +08:00
committed by GitHub
parent 7e0e9ec1bb
commit e3431b238d

View File

@@ -9,10 +9,6 @@ SafeQR is a React Native application that allows users to scan QR codes using th
- **Settings**: (Placeholder) Adjust application settings. - **Settings**: (Placeholder) Adjust application settings.
- **Profile**: (Placeholder) View and edit user profile. - **Profile**: (Placeholder) View and edit user profile.
## Screenshots
![QR Scanner Screen](./screenshots/qr_scanner_screen.png)
![Bottom Navigation](./screenshots/bottom_navigation.png)
## Installation ## Installation
@@ -28,16 +24,18 @@ SafeQR is a React Native application that allows users to scan QR codes using th
npm install 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 ```sh
npx expo start npx expo start
``` ```
3. **Install Expo CLI** (if step 3 causes expo error):
```sh
npm install -g expo-cli
```
5. **Run on Device**: 5. **Run on Device**:
- For iOS, use the Expo Go app. - For iOS, use the Expo Go app.
- For Android, use the Expo Go app or an emulator. - For Android, use the Expo Go app or an emulator.