mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Feedback map now follows user location
This commit is contained in:
parent
6d3628ac8a
commit
9c3437da65
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ export default function Home() {
|
|||
scrollEnabled={false}
|
||||
zoomEnabled={false}
|
||||
rotateEnabled={false}
|
||||
followsUserLocation={true}
|
||||
minZoomLevel={15}
|
||||
initialRegion={{
|
||||
latitude: location.coords.latitude,
|
||||
|
|
Loading…
Reference in a new issue