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

Add flags support for fullscreen control. #473

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mczernek
Copy link

@mczernek mczernek commented Aug 19, 2020

In Android, YouTubePlayer provides developers with option to set FullscreenControlFlags, that helps us define default behaviour for orientation change or declare that we'll use custom one. Those are not currently exposed to RN, while it seems useful.

Please refer to YouTube Documentation.

Resolves #474

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

Successfully merging this pull request may close these issues.

Support fullscreen control flags on Android.
3 participants