chaimPaneth / react-native-jw-media-player

React-Native Android/iOS bridge for JWPlayer SDK (https://www.jwplayer.com/)
MIT License
193 stars 92 forks source link

captionsStyle doesn't work #299

Closed Egzon-Murati closed 1 year ago

Egzon-Murati commented 1 year ago

@chaimPaneth I tried to increase the font size of the captions by adding this object to the styling object but it doesn't make any change:

captionsStyle: {
      edgeStyle: 'raised',
      font: {
        size: 40,
      },

Is this supported by JWPlayer or is it version-specific related?

JWPlayerKit version: 4.10.1
 "react-native-jw-media-player": "^0.2.34"