In this repository we can find the frontend of the OnCampus application.
+-- .expo
+-- .expo-shared
+-- .vscode
+-- node_modules
+-- src
| +-- assets
| | +-- fonts
| | +-- images
| +-- components
| | +-- component.ts
| | +-- ...
| +-- constants
| | +-- axios.js
| | +-- Colors.js
| | +-- Config.js
| | +-- Layout.js
| +-- routes
| | +-- navigationStack.ts
| +-- screens
| | +-- LoginScreen.js
| | +-- ...
| +-- App.js
+-- .gitignore
+-- .prettierrc
+-- app.json
+-- babel.config.js
+-- package-lock.json
+-- package.json
+-- react-native-config.json
+-- README.md