KeyboardAvoidingView
do not keep input in view under Android 15 (target SDK 35)
#49759
Labels
API: Keyboard
Component: KeyboardAvoidingView
Needs: Triage 🔍
Platform: Android
Android applications.
Description
Under RN
0.77.1
and Android 15 withtargetSdkVersion = 35
, theKeyboardAvoidingView
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.Steps to reproduce
npx @react-native-community/cli init Rn77App --version 0.77.1
KeyboardAvoidingView
under the scroll view of the example apptargetSdkVersion = 35
targetSdkVersion = 34
or under RN 76React Native Version
0.77.1
Affected Platforms
Runtime - Android
Output of
npx @react-native-community/cli info
Stacktrace 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
The text was updated successfully, but these errors were encountered: