Update README.md
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.
|
- **Settings**: (Placeholder) Adjust application settings.
|
||||||
- **Profile**: (Placeholder) View and edit user profile.
|
- **Profile**: (Placeholder) View and edit user profile.
|
||||||
|
|
||||||
## Screenshots
|
|
||||||
|
|
||||||

|
|
||||||

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