We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b1c69 commit cd868eaCopy full SHA for cd868ea
index.js
@@ -10,5 +10,7 @@ export { default as Overlay } from './lib/components/MapOverlay.js';
10
export { default as Callout } from './lib/components/MapCallout.js';
11
export { default as AnimatedRegion } from './lib/components/AnimatedRegion.js';
12
export { Animated, ProviderPropType, MAP_TYPES } from './lib/components/MapView.js';
13
+export const PROVIDER_GOOGLE = MapView.PROVIDER_GOOGLE;
14
+export const PROVIDER_DEFAULT = MapView.PROVIDER_DEFAULT;
15
16
export default MapView;
0 commit comments