Guest User

Untitled

a guest
Oct 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. const styles = {
  2. containerStyle: {
  3. borderWidth: 1,
  4. borderRadius: 2,
  5. borderColor: '#ddd',
  6. shadowColor: '#000',
  7. shadowOffset: { width:0, height: 2},
  8. shadowOpacity: 0.1,
  9. shadowRadius: 2,
  10. elevation: 1,
  11. marginLeft: 5,
  12. marginRight: 5,
  13. marginTop: 10,
  14. width: 300
  15. },
  16.  
  17. subContainerStyle: {
  18. borderBottomWidth: 1,
  19. padding: 5,
  20. backgroundColor: '#fff',
  21. justifyContent: 'flex-start',
  22. flexDirection: 'row',
  23. borderColor: '#ddd',
  24. position: 'relative'
  25. },
  26. imageStyle: {
  27. height: 300,
  28. flex: 1//tüm viewi kapla dostum!
  29. }
  30. };
Add Comment
Please, Sign In to add comment