Home
last modified time | relevance | path

Searched refs:enableZoomGestures (Results 1 – 7 of 7) sorted by relevance

/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DGesturesExample.tsx14 const [enableZoomGestures, setEnableZoomGestures] = useState<boolean>(false);
24 enableZoomGestures={enableZoomGestures}
44 value={enableZoomGestures}
45 onValueChange={() => setEnableZoomGestures(!enableZoomGestures)}
/expo/packages/expo-maps/src/
H A DMap.types.ts158 enableZoomGestures: boolean;
H A DMap.tsx38 enableZoomGestures: true,
/expo/packages/expo-maps/build/
H A DMap.types.d.ts138 enableZoomGestures: boolean;
H A DMap.js26 enableZoomGestures: true, property
H A DMap.types.js.map1 …ue` zoom gestures are enabled.\n *\n * @default true\n */\n enableZoomGestures: boolean;\n}…
H A DMap.js.map1 …e,\n enableScrollGestures: true,\n enableTiltGestures: false,\n enableZoomGestures: true,\n in…