diff --git a/src/index.js b/src/index.js index dab5f226..0e5f8ee1 100755 --- a/src/index.js +++ b/src/index.js @@ -103,6 +103,12 @@ MapView.Marker = Marker; MapView.Polyline = Polyline; MapView.Callout = Callout; +export { + Marker, + Polyline, + Callout +} + const styles = StyleSheet.create({ container: { height: '100%',