Replies: 1 comment
-
Hello @BenceV After a quick look this code Can you show the type of the animation that you want to achieve (maybe give a reference to existing apps) and attach a video here? Also if you can post a small reproduction code, then I'll be happy to help you 😊 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am using this library to handle our keyboard management. We are using reanimated a lot, and so we are primarily relying on the
useReanimatedKeyboardAnimation
hook. The values in it work as expected and in general are reliable. However, we have this requirement where an image should be scaled down to fit the available screen space when the user opens the keyboard on a specific screen. Kind of a like screen in a way:I found the primary concept simple enough, scale the image with animation, by calculating the available space. However, unless I use timing hook from reanimated, the behaviour is not really animated when the keyboard is hiding.
Now the thing is, I am very new to reanimated, and keyboard handling in general, so it is very much possible that I am using things wrong here. At any rate, I am having issue understanding what is going wrong. Can someone give me some advice?
Beta Was this translation helpful? Give feedback.
All reactions