barmej / react-native-youtube-player

A Cross-platform Youtube Player component for React Native Built using the official YouTube IFrame Player API.
128 stars 49 forks source link

Controls not appearing #7

Open zulqarnain26 opened 4 years ago

zulqarnain26 commented 4 years ago

Controls are not appearing. i am unable to pause/seek/full screen . Kindly help

yjose commented 4 years ago

Can you provide more informations: React Native version? Platform? Emulator or real device?

zulqarnain26 commented 4 years ago

react-native 0.60 Android Real Device

Here is what happened: i was using some other package. With that package , controls were appearing on some devices I tried this package and got same results. So far i am trying the old packaged not yours.

ParthChugh commented 4 years ago

might be due to react-navigation, if you try the sample code on App.js, the controls are visible, but if you try the code inside stack navigator, controls are not visible

federicoparroni commented 4 years ago

Same problem here! Controls do not appear inside stack navigator, while outside they worked perfectly. Did you find any solution? I really like this library and hope to fix it soon!