浏览代码

Fix masonry item alignment issue

Guy Carmeli 8 年前
父节点
当前提交
50ac0100fe
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      example/src/screens/transitions/sharedElementTransitions/Masonry/Item.js

+ 0
- 1
example/src/screens/transitions/sharedElementTransitions/Masonry/Item.js 查看文件

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: {