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

Release mode bundling doesn't use react-native-visionos js code #73

Closed okwasniewski closed 10 months ago

okwasniewski commented 10 months ago

Description

When building Release version from the generated template the upstream react-native source code is used, therefore removing features like hoverStyle. The goal of this issue is to modify the script that is executed when building RN for release.