- Clone this repo
- Run
yarn install
to install dependencies - Ensure you have expo installed (
yarn global add expo-cli
) - Run
expo run:ios --no-bundler
to build and install the dev client on a simulator - Run
yarn ios
to start the app
- Click Log In.
- Click Show Portal if desired, to verify that we are logged in.
- Click Log Out.
- If log out works (status updates to
false
), go back to step 1 and repeat. - If log out doesn't work:
- Click Update to show that it
- Click Log Out again and notice promise rejection.
- Click Show Portal.
- Click Update OR Log Out, and notice how the status updates correctly. Log In works again after this.