Created
February 18, 2016 05:38
-
-
Save deanmcpherson/ea73ac78e7ff2eb97d96 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<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