WHen i open my react native expo app my mapview is on my location:
initialRegion={{
latitude: Number(userProfil.latitude),
longitude: Number(userProfil.longitude),
latitudeDelta: isBoat ? 10 : 0.0922,
longitudeDelta: isBoat ? 10 : 0.0421,
}}
When isBoat is true the latitude should be 10 but the map does'nt change the zoom
do you have any recommendation for this issue ?
As you want to change the map camera focus when the app switched to boat view.
you can simply animate the camera as below: