Remove gmaps

This commit is contained in:
Maarten 2024-08-02 20:32:44 +02:00
parent 82e1a47c15
commit 8b9af2c887
7 changed files with 273 additions and 135 deletions

View file

@ -8,8 +8,6 @@ import {useColorScheme} from '@/hooks/useColorScheme';
import MapView from '@/components/map/map';
import List from '@/components/List';
import {Request} from '@/services/request';
import {Marker} from 'react-native-maps';
import {PROVIDER_GOOGLE} from 'react-native-maps';
export default function MapScreen() {
const colorScheme = useColorScheme() ?? 'light';