callstack / react-native-visionos

A framework for building native visionOS applications using React
https://callstack.github.io/react-native-visionos-docs/
MIT License
1.02k stars 30 forks source link

`RCTRedBox` - Buttons are not taking the whole space #16

Closed okwasniewski closed 1 year ago

okwasniewski commented 1 year ago

Description

RCTRedBox buttons are not taking the whole space. This looks like a potential issue to fix in the upstream repository as the measurements look a bit off.

CleanShot 2023-10-20 at 13 41 31@2x

okwasniewski commented 1 year ago

It's also broken for iPad in RN Core. So this fix should go upstream.

CleanShot 2023-10-27 at 11 17 57@2x

okwasniewski commented 1 year ago

https://github.com/facebook/react-native/pull/41217