Here you will find the source code of the project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Firstly you have to clone the repository on your device
Then you have to install all dependencies that are listed in the package.json file. After having intall nodejs on your machine and the node project manager (npm)
On your prompt, go to the directory of the cloned repository and execute
npm install
It will install all dependencies you need.
In the prompt, execute :
expo start
Just follow what the prompt's indications.