- OS X - This repo only contains the iOS implementation right now, and Xcode only runs on Mac.
- New to Xcode? Download it from the Mac App Store.
- Homebrew is the recommended way to install node, watchman, and flow.
- New to node or npm?
brew install node
- New to yarn?
brew install yarn
- We recommend installing watchman, otherwise you might hit a node file watching bug.
brew install watchman
Get up and running with our app:
- Once you have the repo cloned and met all the requirements above, start the packager that will transform your JS code on-the-fly:
yarn
expo start
This will open up the expo dev webpage in your preferred web browser. You can scan the QR code pictured there with the app on your device, or open a simulator via the provided links.
This repo uses jest
for testing. For more information on writing tests, checkout this article.
Every time you commit or push, husky
will run the jest
tests to ensure every aspect of the app is still functioning as intended.
Try running yarn
again then expo start -c
to clear the cache before running.
Try switching to 'tunnel' connection mode via the expo dev webpage