fix: settings not opening

This commit is contained in:
ammarahm-ed
2020-10-18 14:02:49 +05:00
parent a40db993d3
commit f92600d3a7

View File

@@ -72,8 +72,12 @@ export const Settings = ({ navigation}) => {
screen: 'settings', screen: 'settings',
}); });
eSendEvent(eUpdateSearchState,{ eSendEvent(eUpdateSearchState,{
placeholder:"",
data: [],
noSearch: true, noSearch: true,
}) type: '',
color: null,
});
}, []); }, []);
useEffect(() => { useEffect(() => {