this is the user interface for a medical app dashboard that allows users to access info on their mental health and recommendations for care/support. the UI is built using React Native App with expo configuration and hosted on expo.
the UI is available on expo:
the minimal UI is built using React Native and Expo CLI. the docs are available at:
make sure you have node.js, expo and npm are installed on your local machine
clone the repository
git clone https://github.com/ipaullly/Shamiri-Health-App.git
cd into the shamiri health app directory and run the command to install all requirements from package.json
cd <directory> && npm install
run the app on a local port by running
expo start