mobile: fix all eslint warnings

This commit is contained in:
ammarahm-ed
2022-08-30 18:27:09 +05:00
parent 2d84b79f22
commit be21c4735f
65 changed files with 1075 additions and 887 deletions

View File

@@ -89,7 +89,7 @@ const _Tabs = () => {
setTimeout(() => {
useNavigationStore.getState().update({ name: homepage });
}, 1000);
}, []);
}, [homepage]);
return (
<NativeStack.Navigator
@@ -169,7 +169,7 @@ const _NavigationStack = () => {
}
hideAllTooltips();
eSendEvent("navigate");
});
}, [clearSelection]);
return (
<Container>