TheWidlarzGroup / react-native-video

A <Video /> component for react-native
MIT License
7.03k stars 2.84k forks source link

feat(android): hide seekBar for props ( can be used for live broadcast) #3789

Closed seyedmostafahasani closed 1 week ago

seyedmostafahasani commented 2 weeks ago

Summary

Motivation

My goal was to address an issue with the excellent library on Android devices.

Changes

I introduced a new property called hideSeekBar to manage the visibility of the seekBar when the controls property is set to true.

Test plan

seyedmostafahasani commented 2 weeks ago

@freeboub I've applied all of your comments. Could you please check it out and confirm if everything looks good now?

seyedmostafahasani commented 2 weeks ago

@freeboub I hope the indent issue has been fixed.