You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened is: i am unable to add any of the custom style in the controls component or any other custom styles
Reproduction Link
repository link
Reproduction
Step to reproduce this bug are: Upgrade to the latest version of react-native-video-player try adding any custom style like
customStyles={{
controls: styles.controls,
seekBarBackground: styles.seekBackground,
seekBarProgress: {backgroundColor: 'red'},
controlButton: {backgroundColor: 'red'},
seekBar: {
opacity: 5,
},
The text was updated successfully, but these errors were encountered:
Thank you for your issue report. Please note that the following information is missing or incomplete:
what happened?
reproduction link
Please update your issue with this information to help us address it more effectively.
Note: issues without complete information have a lower priority
There is a newer version of the library available. You are using version of react, while the latest stable version is native. Please update to the latest version and check if the issue still exists.
Note: If the issue still exists, please update the issue report with the latest information.
Version of react-native-video-player
v0.16.0
Version of react-native-video
6.10.0
What platforms are you having the problem on?
Android
System Version
MacOs 15.1.1
On what device are you experiencing the issue?
Simulator
Architecture
New architecture
What happened?
What happened is: i am unable to add any of the custom style in the controls component or any other custom styles
Reproduction Link
repository link
Reproduction
Step to reproduce this bug are: Upgrade to the latest version of react-native-video-player try adding any custom style like
customStyles={{
controls: styles.controls,
seekBarBackground: styles.seekBackground,
seekBarProgress: {backgroundColor: 'red'},
controlButton: {backgroundColor: 'red'},
seekBar: {
opacity: 5,
},
The text was updated successfully, but these errors were encountered: