upgrade MoveNote Navigator

This commit is contained in:
ammarahm-ed
2020-05-06 02:26:35 +05:00
parent 8fee81dc79
commit 6da699f0aa
6 changed files with 47 additions and 73 deletions

View File

@@ -47,6 +47,7 @@ export const Container = ({
noSelectionHeader = false,
headerColor = null,
type = null,
route
}) => {
// State
const [state, dispatch] = useTracked();
@@ -210,6 +211,7 @@ export const Container = ({
countUp = 0;
countDown = 0;
}}
route={route}
headerColor={headerColor}
navigation={navigation}
colors={colors}