Resolve android compatibility issues.
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user