Disable moving activity map

This commit is contained in:
John Lyon-Smith
2018-04-18 17:39:18 -07:00
parent 5b27a879de
commit acfbc52cf9
2 changed files with 12 additions and 1 deletions

View File

@@ -178,7 +178,17 @@ export class Activity extends React.Component {
height: 400,
marginTop: 10,
}}
zoomControlEnabled
zoomControlEnabled={false}
zoomEnabled={false}
scrollEnabled={false}
rotateEnabled={false}
pitchEnabled={false}
showsIndoors={false}
showsTraffic={false}
showsCompass={false}
showsScale={false}
showsUserLocation
cacheEnabled
initialRegion={{
latitude: 43.653908,
longitude: -79.384293,