Guest User

Untitled

a guest
Jul 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <View style={appFooter.container}>
  2. <Grid>
  3.  
  4. <Col size={17} > </Col>
  5.  
  6. <Col size={22} style={feedItem.centerItems}>
  7. <Profile active={onProfile}/>
  8. </Col>
  9.  
  10. <Col size={22} style={feedItem.centerItems} >
  11. <Spice active={onFire} />
  12. </Col>
  13.  
  14. <Col size={22} style={feedItem.centerItems}>
  15. <News active={onNews} />
  16. </Col>
  17.  
  18. <Col size={17} > </Col>
  19.  
  20. </Grid>
  21. </View>
  22.  
  23. container : {
  24.  
  25. position: 'absolute'
  26. , bottom : 0
  27. , left : 0
  28. , right : 0
  29. , height : 50
  30.  
  31. // , backgroundColor: 'rgba(0,0,0,0.1)'
  32. // '#00000000'
  33. , opacity : 0.8
  34.  
  35.  
  36. , flexDirection : 'column'
  37. , justifyContent : 'center'
  38. , alignItems : 'center'
  39.  
  40. },
Add Comment
Please, Sign In to add comment