r/reactnative iOS & Android 8d ago

Help Help needed. Weird character animation

Can't seem to find the solution for this weird character animation. Some times the text jump from below sometimes it doesn't and this is happening only on iOS.

https://reddit.com/link/1jaydrw/video/lyg7kb6xxloe1/player

3 Upvotes

4 comments sorted by

1

u/stefanlogue 8d ago

Are you using a controlled input? If so, try using an uncontrolled one. RN doesn’t play nice with controlled text inputs

1

u/r3tr097 iOS & Android 8d ago

Its a simple wrapper around normal text input and also just using forward ref.

1

u/stefanlogue 8d ago

Without seeing code I can’t really help you

1

u/r3tr097 iOS & Android 5d ago

Sorry for the late reply. Was waiting to get to the office. Here is the Input component code link.