A mobile application built with Expo and React Native.
- Node.js (v18 or higher)
- Expo Go app installed on your mobile device
- npm or yarn
- Install dependencies:
npm install- Start the development server:
npm start- Scan the QR code with Expo Go app (iOS) or Camera app (Android)
npm start- Start the Expo development servernpm run android- Start on Android device/emulatornpm run ios- Start on iOS device/simulatornpm run web- Start in web browser
mobile_app/
├── app/
│ ├── _layout.tsx # Root layout with navigation
│ └── index.tsx # Home screen (first page)
├── assets/ # Images, fonts, etc.
├── app.json # Expo configuration
└── package.json # Dependencies