The React Native app does not allow resizing below a certain width and height on iPad running iOS 26. I have enabled “Windowed Apps” in the Multitasking settings.
To confirm that this is not an issue with my project setup, I created a new blank React Native app and a blank native iOS app.
The issue is not seen in the blank native iOS app, but the issue is seen in the blank React Native app.
Steps to reproduce
- Enable “Windowed Apps” in the Multitasking settings on the iPad.
- Try resizing the RN app; it can be resized to the size shown in the screenshot, but it cannot be made any smaller than that.
React Native Version: 0.81.4
Affected Platforms: iPad (iOS 26)