react-native-youtube icon indicating copy to clipboard operation
react-native-youtube copied to clipboard

Error : "UNAUTHORIZED_OVERLAY"

Open DevAhmedRagab opened this issue 4 years ago • 1 comments

i have a problem with my android app the youtube video not working well and I got an error with message : Error : "UNAUTHORIZED_OVERLAY".

DevAhmedRagab avatar Aug 08 '20 20:08 DevAhmedRagab

There is a discussion here about this. The youtube player does not allow any view on it. Check your screen layout. In my case I had a drawer encapsulating the component where the player was, like:

<Drawer> <MyScreenWithYouTubePlayer/> ... </Drawer>

And I fixed it by creating a <MyScreenWithYouTubePlayer/> outside of Drawer.

eduhds avatar Sep 07 '20 15:09 eduhds