Skip to content

Instantly share code, notes, and snippets.

@talkol
Created June 18, 2016 17:26
Show Gist options
  • Select an option

  • Save talkol/fcc335d1e45475efe5e9b1f3d70a3192 to your computer and use it in GitHub Desktop.

Select an option

Save talkol/fcc335d1e45475efe5e9b1f3d70a3192 to your computer and use it in GitHub Desktop.
class Example extends Component {
render() {
return (
<View style={styles.container}>
<Swipeable>
<Card title='The Winds of Winter' />
</Swipeable>
<Swipeable>
<Card title='A Dream of Spring' />
</Swipeable>
</View>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment