Skip to content

Instantly share code, notes, and snippets.

@Louiefigz
Created July 10, 2017 08:06
Show Gist options
  • Save Louiefigz/f99d8a14c2fcbf8914db7d9e406ef961 to your computer and use it in GitHub Desktop.
Save Louiefigz/f99d8a14c2fcbf8914db7d9e406ef961 to your computer and use it in GitHub Desktop.
<Button
title="Settings"
buttonStyle={{ marginTop: 20 }}
/>
<List>
<ListItem
title="Email"
rightTitle={this.props.email}
hideChevron
/>
<ListItem
title="Phone"
rightTitle={this.props.phone}
hideChevron
/>
</List>
<List>
<ListItem
title="Username"
rightTitle={this.props.login.username}
hideChevron
/>
</List>
<List>
<ListItem
title="Birthday"
rightTitle={this.props.dob}
hideChevron
/>
<ListItem
title="City"
rightTitle={this.props.location.city}
hideChevron
/>
</List>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment