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
When connecting an Android device to an external display all Texts seem to collapse (the only exception is when a minHeight is forced) and Modals do not open in fullscreen.
Steps to reproduce
Make a fresh 0.84.1 install
Use the attached reproducer or create some Text and a Modal
Verify on physical device everything works as expected
Connect the device to an external display and choose Computer/Desktop mode
Open the app on the display and you should see all broken Texts and the Modal that is shown incorrectly
Description
When connecting an Android device to an external display all Texts seem to collapse (the only exception is when a minHeight is forced) and Modals do not open in fullscreen.
Steps to reproduce
React Native Version
0.84.1
Affected Platforms
Runtime - Android
Output of
npx @react-native-community/cli infoStacktrace or Logs
MANDATORY Reproducer
https://snack.expo.dev/@andreamartinez/android-computer-mode-bugs
Screenshots and Videos
This is how the reproducer appears on device:
The Modal should look like this:
Attach the device to an external display and choose "Computer" or "Desktop" depending on your device:
Open the app and Text and Modals are broken in React Native 0.84.1:
0841.mp4
Making the same test using React Native 0.73.1 everything looks fine:
0731.mp4