This commit is contained in:
ammarahm-ed
2020-01-17 21:24:29 +05:00
33 changed files with 238 additions and 146 deletions

View File

@@ -22,11 +22,14 @@ import {
import Icon from 'react-native-vector-icons/Feather';
import {AnimatedSafeAreaView} from '../../views/Home';
import FastStorage from 'react-native-fast-storage';
<<<<<<< HEAD
import {useTracked, ACTIONS} from '../../provider';
=======
>>>>>>> cfee96fb230bdd33c710a5e72a80ccf2b82a8646
export const Menu = ({close = () => {}, hide, update = () => {}}) => {
const [state, dispatch] = useTracked();
const {colors} = state;
const {colors} = useAppContext();
// todo