THEOplayer / react-native-theoplayer

A React Native THEOplayerView component
https://theoplayer.github.io/react-native-theoplayer/
MIT License
65 stars 21 forks source link

Feature/poster style #411

Closed tvanlaerhoven closed 1 month ago

tvanlaerhoven commented 1 month ago

A posterStyle property to override the default style.

<THEOplayerView 
    config={playerConfig} 
    onPlayerReady={onPlayerReady} 
    posterStyle={{aspectRatio: 9 / 16}}>
</THEOplayerView>