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
Under RN 0.77.1 and Android 15 with targetSdkVersion = 35, the KeyboardAvoidingView stopped working as expected.
In the video below, we can see that clicking on the input brings the keyboard and makes the input disappear under the keyboard. However, just using targetSdkVersion = 34 fixed the issue.
Something is problematic under Android 15 SDK 35 and the KeyboardAvoidingView component.
Description
Under RN
0.77.1and Android 15 withtargetSdkVersion = 35, theKeyboardAvoidingViewstopped working as expected.In the video below, we can see that clicking on the input brings the keyboard and makes the input disappear under the keyboard. However, just using
targetSdkVersion = 34fixed the issue.Something is problematic under Android 15 SDK 35 and the
KeyboardAvoidingViewcomponent.Steps to reproduce
npx @react-native-community/cli init Rn77App --version 0.77.1KeyboardAvoidingViewunder the scroll view of the example apptargetSdkVersion = 35targetSdkVersion = 34or under RN 76React Native Version
0.77.1
Affected Platforms
Runtime - Android
Output of
npx @react-native-community/cli infoStacktrace or Logs
Reproducer
https://github.com/dprevost-LMI/Rn77App
Screenshots and Videos
The below are from a physical Pixel 9
Screen.Recording.2025-03-01.at.9.38.34.AM.mov
Screen.Recording.2025-03-01.at.9.37.28.AM.mov