fix useEffects recurring

This commit is contained in:
ammarahm-ed
2020-05-08 23:43:38 +05:00
parent 8aa3ac2df7
commit 21a533b612
7 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,6 @@ export const SelectionHeader = () => {
const {colors, selectionMode, selectedItemsList, currentScreen} = state;
const [selectAll, setSelectAll] = useState(false);
useEffect(() => {}, [currentScreen]);
return (
<Animatable.View