Home
last modified time | relevance | path

Searched refs:defaultNativeExpoMapViewProps (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-maps/build/
H A DMap.js16 const defaultNativeExpoMapViewProps = { variable
165 …return (React.createElement(NativeExpoAppleMapsView, { ...defaultNativeExpoMapViewProps, ...this.p…
183 …return (React.createElement(NativeExpoGoogleMapsView, { ...defaultNativeExpoMapViewProps, ...this.…
H A DMap.js.map1defaultNativeExpoMapViewProps: DefaultNativeExpoMapViewProps = {\n mapType: 'normal',\n showZoom…
/expo/packages/expo-maps/src/
H A DMap.tsx28 const defaultNativeExpoMapViewProps: DefaultNativeExpoMapViewProps = {
183 {...defaultNativeExpoMapViewProps}
217 {...defaultNativeExpoMapViewProps}