Skip to content

Commit eee2e5e

Browse files
committed
Fix Test2543
1 parent 0a8846a commit eee2e5e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

apps/src/tests/issue-tests/Test2543.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ function FormSheet({ route }: StackNavigationProp) {
8989
</Text>
9090
<View
9191
style={{
92-
flex: 1,
9392
alignItems: 'center',
9493
justifyContent: 'center',
9594
height: 180,
@@ -100,7 +99,6 @@ function FormSheet({ route }: StackNavigationProp) {
10099
</View>
101100
<View
102101
style={{
103-
flex: 1,
104102
alignItems: 'center',
105103
justifyContent: 'center',
106104
height: 180,
@@ -112,7 +110,6 @@ function FormSheet({ route }: StackNavigationProp) {
112110
</View>
113111
<View
114112
style={{
115-
flex: 1,
116113
alignItems: 'center',
117114
justifyContent: 'center',
118115
height: 200,

0 commit comments

Comments
 (0)