We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.2.0
iOS
17.5.1
Real device
Old architecture
After last release the notification controls are missing if showNotificationControls prop is initially set to true on IOS.
showNotificationControls
true
If it's initially set to false and after some delay or after pressing a button we change it to true, notification controls works correctly.
false
https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/basic
VideoPlayer.tsx
showNotificationControls={this.state.showNotificationControls}
showNotificationControls={true}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
6.2.0
What platforms are you having the problem on?
iOS
System Version
17.5.1
On what device are you experiencing the issue?
Real device
Architecture
Old architecture
What happened?
After last release the notification controls are missing if
showNotificationControls
prop is initially set totrue
on IOS.If it's initially set to
false
and after some delay or after pressing a button we change it totrue
, notification controls works correctly.Reproduction
https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/basic
Reproduction
VideoPlayer.tsx
componentshowNotificationControls={this.state.showNotificationControls}
toshowNotificationControls={true}
The text was updated successfully, but these errors were encountered: