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
Adding "startPosition" parameter to source prop causes an error.
Does anyone know how to fix this?
Reproduction Link
repository link
Reproduction
Step to reproduce this bug are:
When I added "startPosition" key to the source parameter, I get an error: "Invariant Violation: [124553,"RCTView",{"flexGrow":"<>"}] is not usable as a native method argument"
If instead of using react-native-video-player, and revert to react-native-video, the error goes away and the startPosition feature is working fine.
Thank you for your issue report. Please note that the following information is missing or incomplete:
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.0, 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.
bumpingChris
changed the title
[BUG]: Adding "StartPosition" to source throws error
[BUG]: Adding "startPosition" to source throws error
Jan 21, 2025
Thank you for your issue report. Please note that the following information is missing or incomplete:
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.0, 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.0
What platforms are you having the problem on?
iOS
System Version
react-native 0.69, react-native-video: 6.9.1
On what device are you experiencing the issue?
Real device
Architecture
Old architecture
What happened?
What happened is:
Adding "startPosition" parameter to source prop causes an error.
Does anyone know how to fix this?
Reproduction Link
repository link
Reproduction
Step to reproduce this bug are:
When I added "startPosition" key to the source parameter, I get an error: "Invariant Violation: [124553,"RCTView",{"flexGrow":"<>"}] is not usable as a native method argument"
If instead of using react-native-video-player, and revert to react-native-video, the error goes away and the startPosition feature is working fine.
This is the code:
The text was updated successfully, but these errors were encountered: