-
I am using react-native-web and I need a video player that is compatible with react-native-web. Videojs has monkey patches for react-native-web and I am not sure that Videojs is the best video player. What have you used for playing videos? Has anyone used react-native-web-video? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
necolas
Jun 24, 2021
Replies: 1 comment 1 reply
-
You can use any DOM or React DOM-compatible video player. For some reason, Videojs is modifying the native event object, which will make it conflict with frameworks that also do that to emulate React's synthetic event interface. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
necolas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use any DOM or React DOM-compatible video player. For some reason, Videojs is modifying the native event object, which will make it conflict with frameworks that also do that to emulate React's synthetic event interface.