Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Feb 9, 2024
1 parent 3d9d39f commit c4ef77a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/fullscreen.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Make the current _inline video player_ component stretch itself while covering a
The second option is able to let a video play inline with the other screen elements. The player is a part of the
view hierarchy and will need to cover the whole screen without remounting the player component.

| ![](./fullscreen_android.gif) | ![](./fullscreen_ios.gif) |
|----------------------------------------------------------------------------|------------------------------------------------------------------------|
| Transitioning from an inline player to fullscreen using Portals on Android | Transitioning from an inline player to fullscreen using Portals on iOS |
| ![](./fullscreen_android.gif) | ![](./fullscreen_ios.gif) |
|---------------------------------------------------------------|-----------------------------------------------------------|
| Transitioning from an inline player to fullscreen on Android. | Transitioning from an inline player to fullscreen on iOS. |

The `react-native-theoplayer` SDK supports this option on iOS and Android by re-parenting the native view to the
top-most node of the view hierarchy when the player's presentation mode is set to `fullscreen`.
Expand Down

0 comments on commit c4ef77a

Please sign in to comment.