nativescript-youtubeplayer
nativescript-youtubeplayer copied to clipboard
`Options` property not working on iOS
when I remove options property the video works. But when I added it with a value of { rel: 1} video crashes and don't play.
I'm seeing the same issue. Digging into the code, I see it's an 'Object' rather than 'Text', but I can't figure out the syntax.
Got the same issue and too I cant figure out how to set the options
Did anyone figure this out? Struggling with the same. Would be great to get a full example component code for iOS to answer questions like this.