LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
610 stars 155 forks source link

controls={false} and modestbranding={false} not working #195

Closed brunoribeiro-lab closed 3 years ago

SparkleFaerieCoder commented 3 years ago

This was confusing for me too, but they are actually object properties passed in the initialPlayerParams prop:

initialPlayerParams={{ controls: false, modestbranding: false }}

Hope this helps!