XR Implementation Question #105
Answered
by
okwasniewski
billyjacoby
asked this question in
Q&A
|
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 |
Answered by
okwasniewski
Feb 12, 2024
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 🙌 |
1 reply
Answer selected by
billyjacoby
|
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 |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 🙌