UNPKG

react-native-maps

Version:
5 lines (4 loc) 204 B
import { type ConfigPlugin } from '@expo/config-plugins'; import type { ConfigPluginProps } from './types'; declare const withMapsAndroid: ConfigPlugin<ConfigPluginProps>; export default withMapsAndroid;