react-native-visionos icon indicating copy to clipboard operation
react-native-visionos copied to clipboard

A framework for building native visionOS applications using React

Results 7 react-native-visionos issues
Sort by recently updated
recently updated
newest added

### 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',...

bug

### 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...

bug

### 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...

bug

### 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...

enhancement

### 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. ![CleanShot 2023-10-20 at 11 54 27@2x](https://github.com/callstack/react-native-visionos/assets/52801365/49077a61-b59d-49fe-b8ee-8d22823c4730)

bug

### 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...

enhancement