To get started, clone the repository with git clone <repo_url> where <repo_url> is given when you click on the green clone box.
To start the app do
npm install
react-native link react-native-sensitive-info
and then either
react-native run-ios or react-native run-android
If npm install gives you a permission error, then try:
sudo npm install