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

3
components/map/map.tsx Normal file
View file

@ -0,0 +1,3 @@
import MapView from 'react-native-maps';
export default MapView;

View file

@ -0,0 +1,3 @@
import MapView from "@teovilla/react-native-web-maps";
export default MapView;