Home
last modified time | relevance | path

Searched refs:enableRotateGestures (Results 1 – 8 of 8) sorted by relevance

/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DGesturesExample.tsx11 const [enableRotateGestures, setEnableRotateGestures] = useState<boolean>(false);
21 enableRotateGestures={enableRotateGestures}
29 value={enableRotateGestures}
30 onValueChange={() => setEnableRotateGestures(!enableRotateGestures)}
H A DControlsExample.tsx28 enableRotateGestures
/expo/packages/expo-maps/src/
H A DMap.types.ts140 enableRotateGestures: boolean;
H A DMap.tsx35 enableRotateGestures: false,
/expo/packages/expo-maps/build/
H A DMap.types.d.ts120 enableRotateGestures: boolean;
H A DMap.js23 enableRotateGestures: false, property
H A DMap.types.js.map1 …rotate gestures are enabled.\n *\n * @default false\n */\n enableRotateGestures: boolean;\n…
H A DMap.js.map1 …true,\n showMyLocationButton: true,\n showLevelPicker: true,\n enableRotateGestures: false,\n …