I'm currently trying to close the keyboard programmatically: https://i.stack.imgur.com/GfY7K.jpg
But it does not work. It actually closes, then reopens when the screen changes, whereas there is no input on the second screen.
I already tried to put Keyboard.dismiss()
just before changing the screen and in the componentDidMount()
of the second screen, without success.