A React Native app that builds for iOS, Android, and Web using Expo.
npm installStart the development server:
npm startRun on Android:
npm run androidRun on iOS (requires macOS):
npm run iosRun on Web:
npm run webreactroshoo/
├── App.js # Main application component
├── index.js # Entry point
├── app.json # Expo configuration
├── assets/ # Images and icons
└── package.json # Dependencies and scripts
- iOS – via Expo Go or native build
- Android – via Expo Go or native build
- Web – via Metro bundler with
react-native-web