File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,16 @@ export const com_mendix_widget_native_videoplayer_VideoPlayer: VideoPlayerType =
2121 video : {
2222 // All ViewStyle properties are allowed
2323 } ,
24+ fullScreenVideoPlayer : {
25+ // All ViewStyle properties are allowed
26+ } ,
27+ controlBtnContainerStyle : {
28+ // All ViewStyle properties are allowed
29+ } ,
30+ fullScreenVideoStyle : {
31+ // All ViewStyle properties are allowed
32+ } ,
33+ fullScreenActivityIndicatorStyle : {
34+ // All ViewStyle properties are allowed
35+ } ,
2436} ;
Original file line number Diff line number Diff line change @@ -621,7 +621,11 @@ export interface VideoPlayerType {
621621 indicator ?: {
622622 backgroundColor ?: string ,
623623 } ,
624- video ?: ViewStyle
624+ video ?: ViewStyle ,
625+ fullScreenVideoPlayer ?: ViewStyle ,
626+ controlBtnContainerStyle ?: ViewStyle ,
627+ fullScreenVideoStyle ?: ViewStyle ,
628+ fullScreenActivityIndicatorStyle ?: ViewStyle ,
625629}
626630
627631// Web View
You can’t perform that action at this time.
0 commit comments