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
On Android 15, the auto-scroll overshoots when focusing on an input field. Based on my research, this issue is related to the new Edge-to-Edge UI enforcement introduced in Android 15.
Android 14 and older works find.
Expected behavior
On Android 15, the auto-scroll works same as Android 14 without over-scrolling.
Environment
Library version: 7.0.2
OS version: Android 15
Affected platforms
Current behavior
On Android 15, the auto-scroll overshoots when focusing on an input field. Based on my research, this issue is related to the new Edge-to-Edge UI enforcement introduced in Android 15.
Android 14 and older works find.
Expected behavior
On Android 15, the auto-scroll works same as Android 14 without over-scrolling.
As a temporary workaround, I’m currently doing:
this fixes the problem but needs a permanent fix for this
Also I have added
react-native-edge-to-edge, but that also didn't fix this.Attachment.mov
Reproduction
None