Skip to content

Instantly share code, notes, and snippets.

@nshaposhnik
Created May 3, 2020 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nshaposhnik/52f4652f985fbe5b1756e634cbfe890f to your computer and use it in GitHub Desktop.
Save nshaposhnik/52f4652f985fbe5b1756e634cbfe890f to your computer and use it in GitHub Desktop.
return (
<View style={styles.container}>
<MapsViewHeader onChange={(waypoints) => { console.log(waypoints)}}/>
<MapView
......... />
</MapView>
</View>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment