Feedback map now follows user location

This commit is contained in:
Keannu Bernasol 2023-07-07 15:53:32 +08:00
parent 6d3628ac8a
commit 9c3437da65

View file

@ -67,6 +67,7 @@ export default function Home() {
scrollEnabled={false}
zoomEnabled={false}
rotateEnabled={false}
followsUserLocation={true}
minZoomLevel={15}
initialRegion={{
latitude: location.coords.latitude,