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}