fix delay in header state update

This commit is contained in:
ammarahm-ed
2022-04-29 00:44:21 +05:00
parent 84eed47bf4
commit a3c9d3851e
4 changed files with 12 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ export const NavigationStack = React.memo(
});
return (
<Container root={true}>
<Container>
<NavigationContainer onStateChange={onStateChange} ref={rootNavigatorRef}>
<Tabs />
</NavigationContainer>