XR Implementation Question #105
-
Does the current XR Implementation allow for multiple windows being created and managed from the React Native side, or only the ability to launch a separate SwiftUI container inside the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey! Currently it allows to open a separate Swift container with Also an API to open new windows will be added soon 🙌 |
Beta Was this translation helpful? Give feedback.
-
Is there a way to interact with ImmersiveSpace, like moving the object, adding text above it or changing the text. Right now I saw just opening and closing it in XR? Thanks |
Beta Was this translation helpful? Give feedback.
Hey!
Currently it allows to open a separate Swift container with
ImmersiveSpace
. Our goal for this feature is to allow users to be able to render 3D content inside of immersive spaces using JS (Metal) but this requires support of 3rd party modules like Babylon React Native.Also an API to open new windows will be added soon 🙌