You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 issue looks like a question that would be best asked on StackOverflow.
StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only.
Will close this as this is really a question that should be asked on StackOverflow.
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 }} />
The text was updated successfully, but these errors were encountered: