Skip to content

Instantly share code, notes, and snippets.

@ssomnoremac
Last active January 21, 2017 17:35
Show Gist options
  • Save ssomnoremac/85c5d8279134a9cbe80ea269adf03c58 to your computer and use it in GitHub Desktop.
Save ssomnoremac/85c5d8279134a9cbe80ea269adf03c58 to your computer and use it in GitHub Desktop.
<Row flex>
<View dial={5}>
<Text fontSize={17} color="#fff">Use an Existing Profile:</Text>
<ScrollView>
{ myProfiles.map(this._renderMyProfiles) }
</ScrollView>
</View>
</Row>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment