FIX: Prompts were inaccessible on macOS

This commit is contained in:
Marcos Rodriguez Vélez 2021-09-23 11:10:42 -04:00
parent 2d332f8745
commit 8f041bda6e

View file

@ -481,7 +481,7 @@ const AOPPRoot = () => {
};
const RootStack = createNativeStackNavigator();
const NavigationDefaultOptions = { headerShown: false, stackPresentation: 'modal' };
const NavigationDefaultOptions = { headerShown: false, stackPresentation: isDesktop ? 'containedModal' : 'modal' };
const Navigation = () => {
const theme = useTheme();