preload contacts page to remove image flashing
This commit is contained in:
@@ -183,7 +183,11 @@ export function MyTabs(props) {
|
||||
screenOptions={{ headerShown: false }}
|
||||
tabBar={renderTabBar}
|
||||
>
|
||||
<Tab.Screen name="ContactsPageInit" component={props.ContactsPage} />
|
||||
<Tab.Screen
|
||||
name="ContactsPageInit"
|
||||
component={props.ContactsPage}
|
||||
options={{ lazy: false }}
|
||||
/>
|
||||
<Tab.Screen name="Home" component={props.adminHome} />
|
||||
<Tab.Screen name="App Store" component={props.appStore} />
|
||||
</Tab.Navigator>
|
||||
|
||||
Reference in New Issue
Block a user