barmej / react-native-youtube-player

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

Player not updated when videoId changes #33

Closed federicoparroni closed 4 years ago

federicoparroni commented 4 years ago

Hi! If I set the videoId from the component state, the player is not updated. Is there any workaround to force the update?

yjose commented 4 years ago

Add key to Video component and update it, I think this trick would help

federicoparroni commented 4 years ago

It works! Thank you so much for this very clean and easy solution!