We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2716ae1 commit 61ea25fCopy full SHA for 61ea25f
example/src/Shared/Albums.tsx
@@ -80,19 +80,23 @@ const styles = StyleSheet.create({
80
item: {
81
width: '100%',
82
},
83
+ photo: {
84
+ flex: 1,
85
+ paddingTop: '100%',
86
+ height: 'auto',
87
+ width: 'auto',
88
+ },
89
90
default: {
91
content: {
92
flexDirection: 'row',
93
flexWrap: 'wrap',
94
95
item: {},
96
97
+ height: '100%',
98
+ width: '100%',
99
100
101
}),
- photo: {
- flex: 1,
- paddingTop: '100%',
- height: 'auto',
- width: 'auto',
- },
102
});
0 commit comments