i try to create simple project and use TextInput.
I run this project on iOS device but when i type the text in TextInput and press Return button on iOS keyboard it's don't hide the keyboard down but on Android Device it's working
this's my code :
<TextInput style={{ width: 200, height: 40, borderColor: 'gray', borderWidth: 1 }} />