Running the Project Installation Before running the project, install the dependencies: npm install Android To run the project on Android, use the following command: npm run android iOS To run the project on iOS, use the following command: cd ios && pod install cd .. npm run ios