react-native-youtube
react-native-youtube copied to clipboard
Error : "UNAUTHORIZED_OVERLAY"
i have a problem with my android app the youtube video not working well and I got an error with message : Error : "UNAUTHORIZED_OVERLAY".
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.