Skip to content

Instantly share code, notes, and snippets.

@jarakys
Created November 25, 2018 20:50
Show Gist options
  • Select an option

  • Save jarakys/177f553fd239d2a8ca34b286b0be39ca to your computer and use it in GitHub Desktop.

Select an option

Save jarakys/177f553fd239d2a8ca34b286b0be39ca to your computer and use it in GitHub Desktop.
<View style={{flexDirection:'row'}}>
<Text>Codak Theater, Loas Angeles, CA USA</Text>
<View style={{justifyContent:'flex-end', alignContent:'flex-end', alignItems:'flex-end',alignSelf:'flex-end'}}>
<Icon style={{justifyContent:'flex-end', alignContent:'flex-end', alignItems:'flex-end',alignSelf:'flex-end'}} onPress={this._onFollowLocation.bind(this)} name="map-marker" size={25}></Icon>
</View>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment