Home
last modified time | relevance | path

Searched refs:NativeExpoAppleMapsViewProps (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-maps/build/
H A DNativeExpoMapView.d.ts2 import { NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';
4 export declare const NativeExpoAppleMapsView: React.ComponentType<NativeExpoAppleMapsViewProps>;
H A DNativeExpoMapView.js.map1NativeExpoAppleMapsViewProps } from './Map.types';\n\nexport const NativeExpoGoogleMapsView = requ…
H A DMap.types.d.ts384 export type NativeExpoAppleMapsViewProps = ViewProps & React.RefAttributes<ExpoMap> & PropsWithChil… alias
H A DMap.types.js.map1 …**\n * Props for Apple Maps implementation.\n */\nexport type NativeExpoAppleMapsViewProps = ViewP…
/expo/packages/expo-maps/src/
H A DNativeExpoMapView.tsx4 import { NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';
12 ) as React.ComponentType<NativeExpoAppleMapsViewProps>;
H A DMap.types.ts486 export type NativeExpoAppleMapsViewProps = ViewProps & alias