Home
last modified time | relevance | path

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

/expo/packages/expo-maps/build/
H A DMap.d.ts3 import { ExpoMapState, ExpoMapViewProps } from './Map.types';
21 export declare class ExpoMap extends React.Component<ExpoMapViewProps> {
H A DMap.types.d.ts406 export type ExpoMapViewProps = ViewProps & PropsWithChildren<Partial<Provider & MapType & Controls … alias
H A DMap.js.map1ExpoMapViewProps } from './Map.types';\nimport {\n NativeExpoAppleMapsView,\n NativeExpoAppleMap…
H A DMap.types.js.map1 …s.\n *\n * All of the ExpoMap props are optional.\n */\nexport type ExpoMapViewProps = ViewProps &…
/expo/packages/expo-maps/src/
H A DMap.tsx6 import { DefaultNativeExpoMapViewProps, ExpoMapState, ExpoMapViewProps } from './Map.types';
59 * See {@link ExpoMapViewProps} to learn more about props.
61 export class ExpoMap extends React.Component<ExpoMapViewProps> {
H A DMap.types.ts528 export type ExpoMapViewProps = ViewProps & alias