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
I'm switching from react-native-video to this library. It says it supports the entire react-native-video API. I tried to use:
videoPlayerRef.current?.setFullScreen(true)
and it gives the error: ERROR [TypeError: _videoPlayerRef$curre.setFullScreen is not a function (it is undefined)]
Reproduction Link
repository link
Reproduction
I'm switching from react-native-video to this library. It says it supports the entire react-native-video API. I tried to use:
videoPlayerRef.current?.setFullScreen(true)
and it gives the error: ERROR [TypeError: _videoPlayerRef$curre.setFullScreen is not a function (it is undefined)]
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:
version
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 0.15, while the latest stable version is 6.9.1. 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
0.15
What platforms are you having the problem on?
Android
System Version
Android 15
On what device are you experiencing the issue?
Simulator
Architecture
New architecture
What happened?
I'm switching from react-native-video to this library. It says it supports the entire react-native-video API. I tried to use:
videoPlayerRef.current?.setFullScreen(true)
and it gives the error:
ERROR [TypeError: _videoPlayerRef$curre.setFullScreen is not a function (it is undefined)]
Reproduction Link
repository link
Reproduction
I'm switching from react-native-video to this library. It says it supports the entire react-native-video API. I tried to use:
videoPlayerRef.current?.setFullScreen(true)
and it gives the error:
ERROR [TypeError: _videoPlayerRef$curre.setFullScreen is not a function (it is undefined)]
The text was updated successfully, but these errors were encountered: