Anime Chicago's mobile app for IOS and Android How to run the application (locally) for iOS or Android 1. Install required libraries chmod +x setup.sh ./setup.sh 2. Download the Expo app on your phone 3. Start the Expo server npm start 4. Scan the QR code using the Expo app to launch the app on your phone Running Tests To run the tests npm test To run the linter npm run lint