This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import MapboxGL from '@react-native-mapbox-gl/maps'; | |
import {Platform, SafeAreaView, StyleSheet, View} from 'react-native'; | |
import {point, lineString as makeLineString} from '@turf/helpers'; | |
import Svg, {Path} from 'react-native-svg'; | |
const MAPBOX_GL_ACCESS_TOKEN = 'CHANGE_ME'; | |
const ROUTE_POINTS = [ | |
{ |