Created
November 25, 2018 20:50
-
-
Save jarakys/177f553fd239d2a8ca34b286b0be39ca to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <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