2

Since react-navigation 6 (while everything worked fine on react-navigation 5), my keyboards no longer work with iOS (it's OK on Android) : they close automatically upon opening.

ezgif-1-cf48b7afd9e1

I have recreated a very simple example, based on the official documentation. This simple example does not work :

<View style={{ flex: 1, justifyContent: 'center' }}>
  <Text>Feed!</Text>
  <TextInput style={{backgroundColor: 'yellow', padding: 5, margin: 15}} placeholder="Text input ..." />
</View>

I think this problem occurs when I use react-navigation/material-top-tabs and react-navigation/material-bottom-tabs simultaneously.

Gaylord.P
  • 1,539
  • 2
  • 24
  • 54

0 Answers0