Merge branch 'main' of https://github.com/safeqr/SafeQR_Front_End_Mobile
fixed the last warning in QRSannerScreen by rendering 'CameraView' component instead of 'Camera' ln 118
This commit is contained in:
16
README.md
16
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
|
||||
|
||||

|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user