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
I checked for possible duplicate issues, with possible answers.
Bug summary
Hello,
When viewing a teleported component in full-screen and the device's orientation is changed (i.e. portrait to landscape or vice versa) occasionally the component fails to rotate along with the screen, causing a broken view.
See video below:
video_2026-06-30_15-33-45.mp4
For this example specifically, the Portal looks like this:
(I've tried other ways of displaying, such as StyleSheet.absoluteFill however the results are the same - this is just the latest one I've attempted.)
Let me know if you require any further information.
This is a great library by the way, massive kudos from me 👍👍.
Library version
1.1.9
Environment info
System:
OS: Windows 10 10.0.19045
CPU: "(16) x64 AMD Ryzen 7 3700X 8-Core Processor "
Memory: 7.56 GB / 31.93 GB
Binaries:
Node:
version: 22.13.1
path: C:\nvm4w\nodejs\node.EXE
Yarn:
version: 1.22.22
path: C:\nvm4w\nodejs\yarn.CMD
npm:
version: 11.17.0
path: C:\nvm4w\nodejs\npm.CMD
Watchman:
version: 20240708.075217.0
path: C:\ProgramData\chocolatey\bin\watchman.EXE
SDKs:
Android SDK: Not Found
Windows SDK: Not Found
IDEs:
Android Studio: Not Found
Visual Studio:
- 17.2.32602.215 (Visual Studio Community 2022)
Languages:
Java: 19.0.1
Ruby: Not Found
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 19.2.3
wanted: 19.2.3
react-native:
installed: 0.85.3
wanted: 0.85.3
react-native-windows: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
Steps to reproduce
Replicate the code as shown above
Enter "full-screen mode" (trigger the teleport)
Attempt to change the device's orientation multiple times
Before submitting a new issue
Bug summary
Hello,
When viewing a teleported component in full-screen and the device's orientation is changed (i.e. portrait to landscape or vice versa) occasionally the component fails to rotate along with the screen, causing a broken view.
See video below:
video_2026-06-30_15-33-45.mp4
For this example specifically, the
Portallooks like this:and the host like this:
(I've tried other ways of displaying, such as
StyleSheet.absoluteFillhowever the results are the same - this is just the latest one I've attempted.)Let me know if you require any further information.
This is a great library by the way, massive kudos from me 👍👍.
Library version
1.1.9
Environment info
Steps to reproduce
Reproducible example repository