Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <TouchableOpacity >
  2. <View style={{flexDirection:'row',marginLeft: "8%", marginBottom:"5%",marginRight:"15%",}}>
  3. <FastImage source={user.profilePicture} style={{width: 45, height: 45, borderRadius: 22.5}}/>
  4. <Text style = {{fontFamily: 'Heebo-Light', fontSize:12, marginLeft:"1.5%",textAlign:'center' }}> { user.firstName} </Text>
  5. </View>
  6. </TouchableOpacity>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement