# mobile-orchard

<div>
<img src="/icons/prod.png" style="display: inline-block;" height="100px" width="100px" alt="OrchardGo" />
<img src="/icons/qa.png" style="display: inline-block;" height="100px" width="100px" alt="OrchardGo" />
<img src="/icons/dev.png" style="display: inline-block;" height="100px" width="100px" alt="OrchardGo" />
</div>

This project was created with [create-react-native-app](https://github.com/react-community/create-react-native-app). 
You can find the boilerplate README [here](https://github.com/react-community/create-react-native-app/tree/master/react-native-scripts/template).

* [Project Setup](/docs/setup.md)
* [Deployment](/docs/deployment.md)
* [Testing and Debugging](/docs/testing.md)
* [Contributing](/docs/contributing.md) - please review this before contributing
* [Building Standalone Binaries](/docs/build.md)    
* [Troubleshooting](/docs/troubleshooting.md)

Here are some common `yarn` tasks you'll want to familiarize yourself with:

    yarn start
    yarn test
    yarn watch
    yarn deploy
    yarn build:ios
    yarn build:android
    yarn build:tag
    yarn generate:appjson
