0

I'm using :

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

1. In portrait view UI looks ok.

2. But in landscape view I can't scroll UI.

enter image description here

enter image description here

Saravana Kumar
  • 3,230
  • 7
  • 26
  • 44

1 Answers1

0

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}

Sanchitos
  • 8,423
  • 6
  • 52
  • 52