KeyboardAvoidingView
animation issues since 0.76+
#47625
Labels
API: Keyboard
Component: KeyboardAvoidingView
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
Needs: Attention
Issues where the author has responded to feedback.
Newer Patch Available
Description
I've updated my project from 0.75.2 to 0.76.1 this morning, and I noticed that the
KeyboardAvoidingView
, which was previously animating properly, is no longer animating. It now jumps and doesn't follow the keyboard animation.Not sure why in my project it doesn't work, but while creating the reproduction repo, I noticed the animation behaviour has changed and doesn't look native smooth anymore.
Steps to reproduce
Any new project with KeyboardAvoidingView
React Native Version
0.76.1
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/alexmngn/reproducer-react-native-keyboard-avoiding
Screenshots and Videos
On my project
Before update, 0.75.2
ScreenRecording_11-14-2024.23-43-13_1.mov
After update, 0.76.1
ScreenRecording_11-14-2024.23-24-09_1.mp4
On the reproducer repo
Before update, 0.75.2
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-11-15.at.00.20.27.mp4
After update, 0.76.1
Untitled.mp4
The text was updated successfully, but these errors were encountered: