Remove gmaps
This commit is contained in:
parent
82e1a47c15
commit
8b9af2c887
7 changed files with 273 additions and 135 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue