1{"version":3,"file":"NativeExpoMapView.js","sourceRoot":"","sources":["../src/NativeExpoMapView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAKjF,MAAM,CAAC,MAAM,wBAAwB,GAAG,wBAAwB,CAC9D,gBAAgB,CACqC,CAAC;AAExD,MAAM,CAAC,MAAM,uBAAuB,GAAG,wBAAwB,CAC7D,eAAe,CACqC,CAAC;AAEvD,MAAM,CAAC,MAAM,yBAAyB,GAAG,kBAAkB,CAAC,aAAa,CAAC;AAC1E,MAAM,CAAC,MAAM,0BAA0B,GAAG,kBAAkB,CAAC,cAAc,CAAC","sourcesContent":["import { requireNativeViewManager, NativeModulesProxy } from 'expo-modules-core';\nimport * as React from 'react';\n\nimport { NativeExpoGoogleMapsViewProps, NativeExpoAppleMapsViewProps } from './Map.types';\n\nexport const NativeExpoGoogleMapsView = requireNativeViewManager(\n 'ExpoGoogleMaps'\n) as React.ComponentType<NativeExpoGoogleMapsViewProps>;\n\nexport const NativeExpoAppleMapsView = requireNativeViewManager(\n 'ExpoAppleMaps'\n) as React.ComponentType<NativeExpoAppleMapsViewProps>;\n\nexport const NativeExpoAppleMapsModule = NativeModulesProxy.ExpoAppleMaps;\nexport const NativeExpoGoogleMapsModule = NativeModulesProxy.ExpoGoogleMaps;\n"]}