Browse Source

Fix masonry item alignment issue

Guy Carmeli 7 years ago
parent
commit
50ac0100fe

+ 0
- 1
example/src/screens/transitions/sharedElementTransitions/Masonry/Item.js View File

43
     container: {
43
     container: {
44
         flex: 1,
44
         flex: 1,
45
         backgroundColor: '#ffffff',
45
         backgroundColor: '#ffffff',
46
-        alignItems: 'center',
47
         justifyContent: 'center',
46
         justifyContent: 'center',
48
     },
47
     },
49
     image: {
48
     image: {