# WPD-MobileApp This project contains the components developed for a mobile app within the Waterproofing Data Project - WPD-WP6. # Tech stack * [React Native](https://reactnative.dev/) * [Expo](https://docs.expo.io) # Folder Structure Convention > Folder structure options and naming conventions for this project ### Directory layout ``` . ├── LICENSE # License description file ├── README.md └── src ├── App.js ├── app │   ├── assets │   ├── components │   ├── config │   ├── hooks │   ├── navigation │   └── screens ├── app.json ├── babel.config.js ├── package-lock.json ├── package.json ├── web-build │   └── register-service-worker.js └── yarn.lock ``` ## Setting up $ git clone https://github.com/IGSD-UoW/WPD-MobileApp.git $ cd WPD-MobileApp/src $ npm install ## Running $ cd WPD-MobileApp/src $ npm start