NeonCity: CityRunner is a high-quality mobile game built with React Native and Expo created by Daehyeon Mun and Woojae Lee.
Follow these steps to set up and run the project on your local machine:
# Install dependencies
yarn
# Prepare the build environment
yarn prebuild
# Run on Android
yarn android
# OR run on iOS
yarn ios