|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
import { BackgroundImage } from '@rneui/base';
|
|
|
|
|
import { StyleSheet, Text, View, TouchableOpacity, ScrollView } from 'react-native';
|
|
|
|
|
import { StyleSheet, Text, View, TouchableOpacity } from 'react-native';
|
|
|
|
|
import { SafeAreaView } from 'react-native-safe-area-context';
|
|
|
|
|
import MapView, { Point, Polyline } from 'react-native-maps';
|
|
|
|
|
import MapView, { Polyline } from 'react-native-maps';
|
|
|
|
|
import React from 'react';
|
|
|
|
|
import { Lap as LapModel} from '../core/Lap';
|
|
|
|
|
import TopBar from '../components/TopBar';
|
|
|
|
|