Skip to content
New issue

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

[BUG]: missing notification controls if showNotificationControls initially is set to true on IOS #3890

Closed
bemog opened this issue Jun 10, 2024 · 0 comments · Fixed by #3898
Closed

Comments

@bemog
Copy link

bemog commented Jun 10, 2024

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 to true on IOS.

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.

Reproduction

https://github.com/TheWidlarzGroup/react-native-video/tree/master/examples/basic

Reproduction

  1. Go to the basic example project
  2. Open the VideoPlayer.tsx component
  3. Change the showNotificationControls={this.state.showNotificationControls} to showNotificationControls={true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants