Resolve android compatibility issues.

This commit is contained in:
Patrick Fic
2022-01-10 14:49:23 -08:00
parent 389b637891
commit 37bede677a
7 changed files with 18 additions and 12 deletions

View File

@@ -173,11 +173,6 @@ export function ScreenMainComponent({
(bodyshop.features.allAccess === true ||
moment(bodyshop.features.mobile).isAfter(moment()));
console.log(
"🚀 ~ file: screen-main.component.jsx ~ line 171 ~ hasMobileAccess",
hasMobileAccess,
bodyshop && bodyshop.features
);
return (
<SafeAreaView style={{ flex: 1 }}>
<NavigationContainer>
@@ -187,7 +182,7 @@ export function ScreenMainComponent({
bodyshop && hasMobileAccess ? (
<BottomTabsNavigator />
) : (
<ScreenSplash noAccess />
<ScreenSplash noAccess={bodyshop} />
)
) : (
<ScreenSignIn />