This PR introduces SwiftUI as the application entry point. Allowing to leverage Immersive Spaces, Volumetric Windows, and much more!
The way we are currently creating new windows is a temporary workaround until a proper solution is upstreamed (https://github.com/facebook/react-native/pull/42263). This PR also introduces React-RCTSwiftExtensions pod that contains useful utility classes to host React Native in SwiftUI.
Changelog:
[VISIONOS] [ADDED] - Make SwiftUI as the application root
Towards #45
Summary:
This PR introduces SwiftUI as the application entry point. Allowing to leverage Immersive Spaces, Volumetric Windows, and much more!
The way we are currently creating new windows is a temporary workaround until a proper solution is upstreamed (https://github.com/facebook/react-native/pull/42263). This PR also introduces
React-RCTSwiftExtensions
pod that contains useful utility classes to host React Native in SwiftUI.Changelog:
[VISIONOS] [ADDED] - Make SwiftUI as the application root
Test Plan: