Map: disable rotation gesture

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Hank 2026-07-06 10:33:15 -07:00
parent fb3d1cdf3a
commit f28bc4dd93

View file

@ -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