eaceto / react-native-youtube-player

A React Native module that allows you to play YouTube videos from React Native Apps.
MIT License
5 stars 2 forks source link

YoutubePlayer.playVideoWithID #1

Closed almorak closed 5 years ago

almorak commented 6 years ago

React native:0.53.0 react-native-youtube-player:0.0.2

Got error when call YoutubePlayer.playVideoWithID("youtube-video-id", options);

Exception: YoutubePlayer.playVideoWithID is not a function Unhandled JS Exception: YoutubePlayer.playVideoWithID is not a function

eaceto commented 5 years ago

do you still have this error? I'll check it if so.

eaceto commented 5 years ago

Method signature has changed to YoutubePlayer.playVideo("youtube-video-id", options); Please, re-read the README.md