-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: UNAUTHORIZED_OVERLAY with react-native-navigation DRAWER #390
Comments
I made another test - it even stopped if i open a modal. Overtime naything overlays the view... what a pitty |
how do you use the drawer? where is the player mounted? |
Same issue. Starts working if I take it out of drawer. |
Exactly the same problem for me too |
same issue |
Hi Guys, |
Hi Guys const DrawerNavigator = () => ( <Stack.Navigator headerMode='none'> |
Put the you youtube Component on top level stack not in any Drawer or BottomTab.Navigator for me i loaded the Component before any Drawer or BottomTab.Navigator
|
hi, can any one solve this issue?? |
Try adding the your YouTube player screen before drawer stack @Harikasai999 |
Any solutions? girish54321 and elomapezoumon workaround is not working |
Thanks for updating it but... the inlineplayer does not work on android in any productive way if you use the drawer
the problem is the "UNAUTHORIZED_OVERLAY"
This was a also a problem back in 2017 and 2018 ...
I used:
"react-native": "0.60.5",
"react-navigation": "^4.0.5",
"react-navigation-drawer": "^2.2.1",
"react-navigation-stack": "^1.7.3"
The text was updated successfully, but these errors were encountered: