-
Notifications
You must be signed in to change notification settings - Fork 254
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
Focus problem #338
Comments
Same problem here |
I've managed to fix this by wrapping the render function in a useCallback hook:
and then:
|
@thomasviaud suggestion fixed the issue for me, thanks! |
we are also experiencing this, any time the |
This should be fixed with in v5.5.6 |
The version I was currently using in my project was v5.4.0. With the last update, I switched to v5.5.5. However, in this version, I could not focus on the input I rendered with renderTextInput. I've only tried it on iOS, I don't know what the situation is on Android.
I fixed the problem by downgrading back to v5.4.0.
"react-native": "0.73.6"
"expo": "50.0.20"
The text was updated successfully, but these errors were encountered: