Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は使用しています:
<Content contentContainerStyle={{flex: 1}}>
1. 縦表示では、UI は正常に見えます。
2.しかし、横表示ではUIをスクロールできません。
私はこれを持っていました:
<Content padder contentContainerStyle={{flex: 1}}> <Form> <Label style={styles.labelText}>Seleccione Cortadores</Label> . . . </Form> </Content>
contentContainerStyle={{flex: 1} を削除すると機能しました