diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -83,22 +83,22 @@ This project is a mobile app built with React Native using Expo, and it integrat To run the app in development mode, you can use the following commands: 1. **Start the app in Expo**: - ```bash + ``` npm start ``` 2. **Run on Android**: - ```bash + ``` npm run android ``` 3. **Run on iOS**: - ```bash + ``` npm run ios ``` 4. **Run on Web**: - ```bash + ``` npm run web ``` |