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 iOS 26, when the keyboard closes, it disappears instantly instead of animating.
Example on a blank app with just a TextInput, closing the keyboard by pressing the "back" button in the bottom right:
ScreenRecording_09-06-2025.17-07-21_1.MP4
Video is on iOS 26 beta 9.
This may not be a react-native only issue because other, non react-native, apps do suffer from it (eg the Hey email app).
But native apps do not seem to suffer from the issue, so with the release approaching, it's probably time to find a solution for React Native apps.
Building the app with either Xcode 16.4 or 26 does not change the result.
Description
On iOS 26, when the keyboard closes, it disappears instantly instead of animating.
Example on a blank app with just a TextInput, closing the keyboard by pressing the "back" button in the bottom right:
ScreenRecording_09-06-2025.17-07-21_1.MP4
Video is on iOS 26 beta 9.
This may not be a react-native only issue because other, non react-native, apps do suffer from it (eg the Hey email app).
But native apps do not seem to suffer from the issue, so with the release approaching, it's probably time to find a solution for React Native apps.
Building the app with either Xcode 16.4 or 26 does not change the result.
Steps to reproduce
React Native Version
0.81.0
Affected Platforms
Runtime - iOS
Output of
npx @react-native-community/cli infoStacktrace or Logs
MANDATORY Reproducer
https://github.com/matthieugicquel/rn-repro-keyboard-animation-ios-26
Screenshots and Videos
No response