0

我在用着 :

<Content contentContainerStyle={{flex: 1}}>

1. 在纵向视图中 UI 看起来不错。

2. 但在横向视图中我无法滚动 UI。

在此处输入图像描述

在此处输入图像描述

4

1 回答 1

0

我有这个:

<Content padder  contentContainerStyle={{flex: 1}}>
  <Form>
    <Label style={styles.labelText}>Seleccione Cortadores</Label>
    .
    .
    .
  </Form>
</Content>

当我删除 contentContainerStyle={{flex: 1}

于 2018-09-29T07:17:08.333 回答