Skip to content

Instantly share code, notes, and snippets.

@mvbattan
Created April 7, 2017 14:50
Show Gist options
  • Save mvbattan/88fb606dbf9fdc6c1187997bcc201947 to your computer and use it in GitHub Desktop.
Save mvbattan/88fb606dbf9fdc6c1187997bcc201947 to your computer and use it in GitHub Desktop.
index - v2
export default class lineChartExample extends Component {
render() {
return (
<View style={styles.container}>
<SeparatorsLayer topValue={10} separators={5} height={100} />
</View>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment