VideoView Listeners are not triggered in Android (Native Module) #48361
Labels
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
Platform: Android
Android applications.
Description
I wrote a
VideoPlayer
in Java which usesAndroid's VideoView
but theVideoView
listeners likeonPrepared
,onError
etc are not triggered at all.I understand the following from the logs:
There are no errors in the logs.
Steps to reproduce
This will launch the
VideoPlayer
Component straight away.React Native Version
0.76.5
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/mathews-cometchat/reproducer-video-view
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: