A React Native mobile application for food ordering with multiple screens and features.
- Login Screen: User authentication interface
- Home Screen: Listing of Events.
- Event Details: Event Details mentioned in the specified screen
- Select Seats: Choose your seats and pay accordingly.
- Clone the repository:
git clone https://github.com/Adbhutashra/assignmentapp.git cd assignmentapp
- Install dependencies (using force due to potential version conflicts):
npm i --force
- Start the Metro bundler:
npm start
- Run on Android device/emulator:
npm run android
- Make sure you have Android Studio and necessary Android SDK installed
- Ensure your Android device is connected or emulator is running
- If you encounter any dependency issues, try clearing npm cache: