Skip to content

Commit

Permalink
chore: add showSubtitles after resolving conflict with VideoNativeCom…
Browse files Browse the repository at this point in the history
…ponent
  • Loading branch information
coofzilla committed Mar 8, 2024
1 parent 426dd94 commit c69e21e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/specs/VideoNativeComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ type SubtitleStyle = Readonly<{
paddingBottom?: WithDefault<Float, 0>;
paddingLeft?: WithDefault<Float, 0>;
paddingRight?: WithDefault<Float, 0>;
showSubtitles?: WithDefault<boolean, true>;
}>;

export type OnLoadData = Readonly<{
Expand Down

0 comments on commit c69e21e

Please sign in to comment.