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
Describe the bug
I have upgraded my project to support Android 15 SDK. After the upgrade, we are facing multiple issues with the keyboard opening and closing. Below are the details for the issue
Code snippet
Here is the complete code to reproduce it
Click inside the text input, the keyboard opens, then close it manually upon touching anywhere on the screen. Now the blank space is visible as shown in the recording. The blank space will be visible till the app is reopened
Expected behavior
On the keyboard, opening and closing the screen should adjust back to the normal position without any blank space
Screenshots
Here is the recording for the issue
Record_2025-08-20-12-56-16.mp4
Smartphone (please complete the following information):
Describe the bug
I have upgraded my project to support Android 15 SDK. After the upgrade, we are facing multiple issues with the keyboard opening and closing. Below are the details for the issue
Code snippet
Here is the complete code to reproduce it
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On the keyboard, opening and closing the screen should adjust back to the normal position without any blank space
Screenshots
Here is the recording for the issue
Record_2025-08-20-12-56-16.mp4
Smartphone (please complete the following information):
"react": "18.2.0",
"react-native": "0.74.6",
"react-native-edge-to-edge": "^1.6.2",
"react-native-safe-area-context": "^5.5.2",
"react-native-keyboard-controller": "^1.18.5",
"react-native-notifier": "^2.0.0"