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
In react-navigation, when using presentation: 'containedTransparentModal' on iPad and changing orientation the modal will not update frame size; it keeps the previous orientation frame size.
Describe the bug
In react-navigation, when using
presentation: 'containedTransparentModal'
on iPad and changing orientation the modal will not update frame size; it keeps the previous orientation frame size.To Reproduce
Steps to reproduce the behavior:
Expected behavior
frame should update to viewport dimensions
Screenshots
RPReplay_Final1699430541.MP4
Versions (please complete the following information):
"react-native-gesture-handler": "~2.9.0",
"react-native-pager-view": "6.1.2",
"react-native-paper": "^4.7.2",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-tab-view": "^3.0.0",
"@react-navigation/elements": "1.3.3",
"@react-navigation/native-stack": "6.6.1",
"@react-navigation/native": "6.0.10",
Smartphone (please complete the following information):
Additional context
I've tried patching the library without success
The text was updated successfully, but these errors were encountered: