Replies: 1 comment
-
Hi @hicath, thanks for reporting about this! Does the problem still occur for you? If so, please report an issue in the issues tab with steps for minimal reproduction. Also, hierarchy of the screens would be helpful there - if you have an ability for running your app on Xcode, please attach the hierarchy from there 🙏 Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Other library reference: https://github.com/chaimPaneth/react-native-jw-media-player
Basically we only use that library to play a video on our React Native project, the code is pretty simple, we do something like this:
or
but we got this error:
Exception thrown while executing UI block: child view controller:<JWPlayerKit.JWPlayerViewController: 0x7f91c807ac00> should have parent view controller:<RNSScreen: 0x7f9168512950> but actual parent is:<UIViewController: 0x7f91aef1d920>
just in case you need a full trace we see on the screen:
I know it's something we should ask to the original author, but we haven't received any feedback from them, so because the error says something related to
RNSScreen
I think it might help us if you also can give us an idea what's wrong here under the hood with RNSScreen and JWPlayer, I put my hope high to get a solution I can implement on application level to tackle this issue.Once again, any explanation and suggested solution would be appreciated!
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions