Skip to content

Commit

Permalink
Add named exports
Browse files Browse the repository at this point in the history
This closes react-native-web-community#34, since `react-native-maps` uses named exports.
  • Loading branch information
nandorojo authored Dec 4, 2020
1 parent bc63839 commit 8efedd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ MapView.Marker = Marker;
MapView.Polyline = Polyline;
MapView.Callout = Callout;

export {
Marker,
Polyline,
Callout
}

const styles = StyleSheet.create({
container: {
height: '100%',
Expand Down

0 comments on commit 8efedd6

Please sign in to comment.