Skip to content

Instantly share code, notes, and snippets.

@sanketsahu
Created February 13, 2017 13:40
Show Gist options
  • Save sanketsahu/49c3e2c229faee7389c7945903bdb014 to your computer and use it in GitHub Desktop.
Save sanketsahu/49c3e2c229faee7389c7945903bdb014 to your computer and use it in GitHub Desktop.
NativeBase ListItem Example
<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