Basic setup of screens. No connection with backend

This commit is contained in:
Maarten 2024-07-31 16:38:56 +02:00
parent 8e0a267423
commit e49de778c3
17 changed files with 9977 additions and 237 deletions

View file

@ -4,12 +4,12 @@
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
"lint": "expo lint",
"postinstall": "node postinstall.js"
},
"jest": {
"preset": "jest-expo"
@ -17,6 +17,10 @@
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-navigation/native": "^6.0.2",
"@teovilla/react-native-web-maps": "^0.9.5",
"@uiw/react-color-circle": "^2.3.0",
"date-fns": "^3.6.0",
"deprecated-react-native-prop-types": "^5.0.0",
"expo": "~51.0.22",
"expo-constants": "~16.0.2",
"expo-font": "~12.0.9",
@ -26,14 +30,21 @@
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"install": "^0.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-autocomplete-dropdown": "3.1.5",
"react-native-calendar-picker": "^8.0.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-leaflet-view": "^0.1.2",
"react-native-maps": "1.14.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.10"
"react-native-svg": "^15.4.0",
"react-native-web": "~0.19.10",
"react-native-webview": "^13.10.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",