Skip to content

Commit 8efedd6

Browse files
authored
Add named exports
This closes react-native-web-community#34, since `react-native-maps` uses named exports.
1 parent bc63839 commit 8efedd6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ MapView.Marker = Marker;
103103
MapView.Polyline = Polyline;
104104
MapView.Callout = Callout;
105105

106+
export {
107+
Marker,
108+
Polyline,
109+
Callout
110+
}
111+
106112
const styles = StyleSheet.create({
107113
container: {
108114
height: '100%',

0 commit comments

Comments
 (0)