Skip to content

dowatugkins/8sleep

Repository files navigation

Eight Sleep Assignment

An assignment app created by @dowatugkins for EightSleep.

Setup

  1. Clone the repo.
  2. 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.
  3. Open Terminal to the project main folder.
  4. Install dependencies:
yarn install

cd ios

pod install

cd ..
  1. Run app in iOS simulator
npx react-native run-ios
  1. Run app in Android simulator
npx react-native run-android