Map: disable rotation gesture
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
fb3d1cdf3a
commit
f28bc4dd93
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ export function MapScreen() {
|
||||||
ref={mapRef}
|
ref={mapRef}
|
||||||
style={styles.map}
|
style={styles.map}
|
||||||
mapStyle={mapStyle}
|
mapStyle={mapStyle}
|
||||||
|
rotateEnabled={false}
|
||||||
onDidFinishLoadingMap={() => setMapReady(true)}
|
onDidFinishLoadingMap={() => setMapReady(true)}
|
||||||
>
|
>
|
||||||
{/* Uncontrolled camera; we position it imperatively (once on load, then
|
{/* Uncontrolled camera; we position it imperatively (once on load, then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue