-
-
Notifications
You must be signed in to change notification settings - Fork 317
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]: Adding "startPosition" to source throws error #216
Comments
Previous bot comment (click to expand)Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
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.
|
Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
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.
|
Hey, thanks for creating the issue. Could you check if it occurs when using only the react-native-video component? I think this issue might be related to react-native-video itself |
For quick fix, you can remove |
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: