Skip to content

Commit cd868ea

Browse files
committedFeb 12, 2018
hotfix PROVIDER_GOOGLE
1 parent 49b1c69 commit cd868ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎index.js

+2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ export { default as Overlay } from './lib/components/MapOverlay.js';
1010
export { default as Callout } from './lib/components/MapCallout.js';
1111
export { default as AnimatedRegion } from './lib/components/AnimatedRegion.js';
1212
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;
1315

1416
export default MapView;

0 commit comments

Comments
 (0)
Please sign in to comment.