davidohayon669 / react-native-youtube

A <YouTube/> component for React Native.
MIT License
1.15k stars 474 forks source link

Youtube Player API deprecation #554

Open zabojad opened 11 months ago

zabojad commented 11 months ago

The Youtube Player API is obsolete and Youtube now requests developpers to use the Youtube IFrame player instead :

Note: The YouTube Android Player API is no longer supported or maintained by YouTube. This SDK should not be used, due to security vulnerabilities. It will be fully deprecated on or after May 1, 2023.

I think we should also make this lib obsolete and invite rect native users to use this lib instead: https://github.com/LonelyCpp/react-native-youtube-iframe

We could add a big note about that in the README and make this repo an archive...

@davidohayon669 What do you think about that?