From d0d67eb715c636067d7f5852ca1af877974a8458 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Thu, 17 May 2018 16:15:15 -0700 Subject: [PATCH] Forgot to include comment about disabling ExoPlayer fullscreen --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06fcf07a..f6624956 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ To see full list of available props, you can check [the propTypes](https://githu // Later to enable fullscreen UI mode (ExoPlayer only). Combine with setting the style to be height & width from Dimensions.get('screen') this.player.presentFullscreenPlayer() // Disable fullscreen UI mode +this.player.dismissFullscreenPlayer() // Later on in your styles.. var styles = Stylesheet.create({