An assignment app created by @dowatugkins for EightSleep.
- Clone the repo.
- Setup your local environment. Follow the steps found at https://reactnative.dev/docs/environment-setup for instructions on setting up your system to run react native projects. Make sure to follow steps for both Android and iOS if you wish to test on both.
- Open Terminal to the project main folder.
- Install dependencies:
yarn install
cd ios
pod install
cd ..
- Run app in iOS simulator
npx react-native run-ios
- Run app in Android simulator
npx react-native run-android