Created
April 7, 2017 14:50
-
-
Save mvbattan/88fb606dbf9fdc6c1187997bcc201947 to your computer and use it in GitHub Desktop.
index - v2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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