I'm using :
<Content contentContainerStyle={{flex: 1}}>
1. In portrait view UI looks ok.
2. But in landscape view I can't scroll UI.
I'm using :
<Content contentContainerStyle={{flex: 1}}>
1. In portrait view UI looks ok.
2. But in landscape view I can't scroll UI.
I had this:
<Content padder contentContainerStyle={{flex: 1}}>
<Form>
<Label style={styles.labelText}>Seleccione Cortadores</Label>
.
.
.
</Form>
</Content>
It worked when i removed the contentContainerStyle={{flex: 1}