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

fullscreen option? #90

Closed
wynnej1983 opened this issue Sep 8, 2015 · 3 comments
Closed

fullscreen option? #90

wynnej1983 opened this issue Sep 8, 2015 · 3 comments

Comments

@wynnej1983
Copy link

↑ must have, doesn't it exist?

@brentvatne
Copy link
Contributor

You can just set position: absolute and make it top: 0, left: 0, bottom: 0, right: 0 at the root and it will become full screen - should work just like other views in React Native!

@rclai
Copy link

rclai commented Feb 26, 2016

My video is in between several Views. Given the current state of view ordering where the later elements are layed on top, my video will get overlapped by the content below with your solution @brentvatne .

@IbrahimSulai
Copy link
Contributor

Opened a PR (#1730) for full-screen support in Android Exoplayer.

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

No branches or pull requests

4 participants