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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have TextInput and onFocus I can change Animated value, but problem is that onFocus on JS thread
example code
and it's ok, everything changing but if make some pressure on JS thread for example
and now if you press button and then try focus TextInput you animated value will not change until array.map don't finished
Are there any way to change Animated value immediately after tap on Input even if JS thread dropped?
Beta Was this translation helpful? Give feedback.
All reactions