Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <TouchableOpacity onPress={this._onPress} style={styles.container}>
  2. <Card>
  3. <CardSection>
  4. <View style={styles.subContainer}>
  5. <Image style={styles.photo}
  6. source={require('../../images/ic_main_user.png')}/>
  7. <View style={styles.subContainer2}>
  8. <View style={{flexDirection : 'row'}}>
  9. <Text style={styles.titleText}>{this.props.xName}</Text>
  10. <Text style={{selfAlign: 'flex-end'}}>{this.props.xTransDate}</Text>
  11. </View>
  12.  
  13. <Text style={styles.text}>{this.props.xDescription}</Text>
  14. </View>
  15. </View>
  16. </CardSection>
  17. </Card>
  18. </TouchableOpacity>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement