Skip to content

Commit

Permalink
hotfix PROVIDER_GOOGLE
Browse files Browse the repository at this point in the history
  • Loading branch information
alvelig committed Feb 12, 2018
1 parent 49b1c69 commit cd868ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ export { default as Overlay } from './lib/components/MapOverlay.js';
export { default as Callout } from './lib/components/MapCallout.js';
export { default as AnimatedRegion } from './lib/components/AnimatedRegion.js';
export { Animated, ProviderPropType, MAP_TYPES } from './lib/components/MapView.js';
export const PROVIDER_GOOGLE = MapView.PROVIDER_GOOGLE;
export const PROVIDER_DEFAULT = MapView.PROVIDER_DEFAULT;

export default MapView;

0 comments on commit cd868ea

Please sign in to comment.