Skip to content

Instantly share code, notes, and snippets.

@deanmcpherson
Created February 18, 2016 05:38
Show Gist options
  • Save deanmcpherson/ea73ac78e7ff2eb97d96 to your computer and use it in GitHub Desktop.
Save deanmcpherson/ea73ac78e7ff2eb97d96 to your computer and use it in GitHub Desktop.
<ScrollView horizontal={true} snapToInterval={200} snapToAlignment="center">
<View style={{width: 200}}>
<Text>Option 1</Text>
</View>
<View style={{width: 200}}>
<Text>Option 2</Text>
</View>
<View style={{width: 200}}>
<Text>Option 3</Text>
</View>
</ScrollView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment