Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add support for visionOS full screen resize on immersive spaces #4285

Open
j6alvarez opened this issue Nov 12, 2024 · 1 comment
Labels

Comments

@j6alvarez
Copy link

Description

I am developing a react-native-visionos app and using the immersive space I cannot resize the screen while on immersive mode. This seems possible on native environment on other apps.

Here is a screenshot of the app on immersive mode and fullscreen:
image

And here is a screenshot of the app on fullscreen without an immersive space:
image

Why it is needed ?

The resize and movement of the screen would be a nice feature for the videoplayer to have.

Possible implementation

I have look into some documentation and I am not certain but I think what would be needed is to implement the use of AVPlayerViewController in the RCTVideo.swift file for visionOS. According to documentation this AVPlayerViewController is the one that gets on the DockingRegionComponent being unable to move it or resize it. Seems that per default the videoplayer is being placed on this section and we have no way to edit this.

Here are other resources:

Code sample

Code sample

Copy link

Thank you for your feature request. We will review it and get back to you if we need more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant