You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,7 @@ var styles = StyleSheet.create({
260
260
*[bufferConfig](#bufferconfig)
261
261
*[controls](#controls)
262
262
*[fullscreen](#fullscreen)
263
+
*[fullscreenAutorotate](#fullscreenautorotate)
263
264
*[fullscreenOrientation](#fullscreenorientation)
264
265
*[headers](#headers)
265
266
*[id](#id)
@@ -358,6 +359,11 @@ Controls whether the player enters fullscreen on play.
358
359
359
360
Platforms: iOS
360
361
362
+
#### fullscreenAutorotate
363
+
If a preferred [fullscreenOrientation](#fullscreenorientation) is set, causes the video to rotate to that orientation but permits rotation of the screen to orientation held by user. Defaults to TRUE.
0 commit comments