Percy Health App is a functional showcase for the capabilities of the in-progress Percy Health API.
src/AppNavigator.js
contains the code outlining the navigation structure of the app
src/scripts/screens
contains the rendering code for each screen
./QuestionMaker.js
is the function which renders each question in a survey. This code is used in./SF12Screen.js
and./SF36Screen.js
src/scripts/state
and src/scripts/services
contains the code for pulling data from the backend server
- Clone this repository into Visual Studio Code
- Run
yarn
to install all packages cd ios
and runpod install
to install all pods- Run
yarn run ios
to start the simulator - Ensure backend server is running locally (see that repository for setup instructions)