However, I can hear the video playing but the player is not visible. I tried to add a height and width with style but still nothing. Do you know why this might be? Also when using hooks how do I pass the navigator prop?
A managed to solve this issue! I hade the component in a without any styling. When I replaced this with an empty <> wrapper that solved my issue. Really strange though.
I'm trying to use this module. I'm using it like the snippet below:
However, I can hear the video playing but the player is not visible. I tried to add a height and width with style but still nothing. Do you know why this might be? Also when using hooks how do I pass the
navigator
prop?