react-native-visionos
react-native-visionos copied to clipboard
A framework for building native visionOS applications using React
### Description Was having issues with my build so I created a brand new one and tried to run it and getting the same error: ``` ld: building for 'visionOS-simulator',...
### Description Trying to validate a package gives the error: `Missing Info.plist value. A value for the key 'MinimumOSVersion' in bundle rnVision.app/ Frameworks/hermes.framework is required. (ID: 9433b1a0-5eff-4dd6-987b-06de7f96acca))` ### Steps to...
Initial `width` and `height` are inaccurate when manually setting `.defaultSize` on `RCTMainWindow`
### Description When setting a custom height and/or width on the `RCTMainWindow`, the values reported by `useWindowDimension` are incorrect until the window is either moved or resized. ### Steps to...
### Description Is there any way to check did i already opened the window? When we close second window by clicking x, in our app we don't have that event...
### Description In this issue I want to track Pods that are still missing `visionOS` support that we needed to patch by adding Podspec through `third-party-pods`: - `SocketRocket`: https://github.com/facebookincubator/SocketRocket/pull/669
### Description When hovering over `TextInput` the hover style goes out of view bounds. In this example, hoverStyle has an unnecessary border radius. 
### Description Currently, the only way to trigger Dev Menu is by clicking "d" while having Metro open. I want to implement a way to trigger Dev Menu from the...
### Description I run the command yarn visionos(or npm run vision) to launch the vision pro simulator. However after a while, I get the vscode notification of "The JS/TS language...