From cd868ea7b33a04c8bdd5e909cf134a133b2cb316 Mon Sep 17 00:00:00 2001 From: Alexander Veligurov Date: Mon, 12 Feb 2018 18:12:22 -0300 Subject: [PATCH] hotfix PROVIDER_GOOGLE --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index edc3b3c502..5574621292 100644 --- a/index.js +++ b/index.js @@ -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;