api.video-reactnative-player
api.video-reactnative-player copied to clipboard
[Feat]: add 'responsive' property
Version
v1.0.3
Environment that reproduces the issue
Devices: any iOS and Android
Use case description
For the React player, we have a 'responsive' property which automatically adjusts player size. But for the React Native pla
yer we don't have it and have no ability to get a video ratio to get it manually.
Proposed solution
Provide a 'responsive' property for the React Native player.
Alternative solutions
Provide an ability to get a video ratio to get it manually.