Home
last modified time | relevance | path

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

/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DControlsExample.tsx13 const [showCompass, setShowCompass] = useState<boolean>(false);
24 showCompass={showCompass}
40 value={showCompass}
41 onValueChange={() => setShowCompass(!showCompass)}
/expo/packages/expo-maps/src/
H A DMap.types.ts180 showCompass: boolean;
H A DMap.tsx31 showCompass: true,
/expo/packages/expo-maps/build/
H A DMap.types.d.ts159 showCompass: boolean;
H A DMap.js19 showCompass: true, property
H A DMap.types.js.map1 …ed so that it is not facing north.\n *\n * @default true\n */\n showCompass: boolean;\n /*…
H A DMap.js.map1 …poMapViewProps = {\n mapType: 'normal',\n showZoomControls: true,\n showCompass: true,\n showM…