From 49ec534909f2ddecbca12c9debfc8afd0cdca148 Mon Sep 17 00:00:00 2001 From: Oleksii Habiiev Date: Thu, 11 Mar 2021 21:59:33 +0200 Subject: [PATCH] Add named exports for Marker, Polyline and Callout elements --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index dab5f226..7c05d681 100755 --- a/src/index.js +++ b/src/index.js @@ -103,6 +103,8 @@ MapView.Marker = Marker; MapView.Polyline = Polyline; MapView.Callout = Callout; +export { Marker, Polyline, Callout }; + const styles = StyleSheet.create({ container: { height: '100%',