-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard dismisses in react-native-tab-view with useState - iOS #632
Comments
Were you able to reproduce it inside the pager view ? |
Experiencing this issue as well, on both iOS and Android.
|
did you find any solution? |
also still having this issue on iOS.. Would love a fix |
Hi @kyrstencarlson . Saw you closed this. How did you fix this? |
Environment
Description
I am using react-native-tab-view for scrollable tabs that wrap a timer application. Each tab is a different type of timer, count up, down, rounds, etc. The Text Inputs update a useState variable. Each time you enter the input, whether you are typing or deleting, the keyboard is dismissed and focus is lost on the input after one character.
Reproducible Demo
The text was updated successfully, but these errors were encountered: