Procházet zdrojové kódy

Fix masonry item alignment issue

Guy Carmeli před 7 roky
rodič
revize
50ac0100fe

+ 0
- 1
example/src/screens/transitions/sharedElementTransitions/Masonry/Item.js Zobrazit soubor

@@ -43,7 +43,6 @@ const styles = StyleSheet.create({
43 43
     container: {
44 44
         flex: 1,
45 45
         backgroundColor: '#ffffff',
46
-        alignItems: 'center',
47 46
         justifyContent: 'center',
48 47
     },
49 48
     image: {