Created
February 13, 2017 13:40
-
-
Save sanketsahu/49c3e2c229faee7389c7945903bdb014 to your computer and use it in GitHub Desktop.
NativeBase ListItem Example
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
<ListItem icon> | |
<Left> | |
<Button style={{ backgroundColor: '#FF9501' }}> | |
<Icon active name="plane" /> | |
</Button> | |
</Left> | |
<Body> | |
<Text>Airplane Mode</Text> | |
</Body> | |
<Right> | |
<Switch value={false} onTintColor="#50B948" /> | |
</Right> | |
</ListItem> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment