Searched refs:NativeExpoAppleMapsViewProps (Results 1 – 6 of 6) sorted by relevance
2 import { NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';4 export declare const NativeExpoAppleMapsView: React.ComponentType<NativeExpoAppleMapsViewProps>;
1 …NativeExpoAppleMapsViewProps } from './Map.types';\n\nexport const NativeExpoGoogleMapsView = requ…
384 export type NativeExpoAppleMapsViewProps = ViewProps & React.RefAttributes<ExpoMap> & PropsWithChil… alias
1 …**\n * Props for Apple Maps implementation.\n */\nexport type NativeExpoAppleMapsViewProps = ViewP…
4 import { NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';12 ) as React.ComponentType<NativeExpoAppleMapsViewProps>;
486 export type NativeExpoAppleMapsViewProps = ViewProps & alias