As you can see below, the video just never start.
I'm not sure if I set my APIKey correctily. In fact, is the fist time that I do this, so could you tell me if that behavior is due APIKey.
When app loads the video is opened in fullscreen (this is weird for me). You can see in the bottom of the player shows "Anuncio" that means "Ad".

I see this behaviour when play property in YouTube element is set to false initially. Setting it to true fixes the problem. Weird.
I saw the same issue on Android and @mp31415 's solution (<Youtube play={true} .../>) worked in my case. Thanks!
Yeah. It works. I think I should keep open this issue until that unexpected behavior is fixed.
Can confirm this is still an issue on the v1 branch
@Jarrio @juangl I'm not sure I understand the problem. Do you set play={true} and still no video plays?
Starting the player with play=false leads to perpetual loading which can never be updated or started
Most helpful comment
I see this behaviour when play property in YouTube element is set to false initially. Setting it to true fixes the problem. Weird.