This commit is contained in:
ammarahm-ed
2020-01-17 21:26:01 +05:00
parent 29f55e19c2
commit 6a256686f7
33 changed files with 146 additions and 234 deletions

View File

@@ -25,7 +25,8 @@ import FastStorage from 'react-native-fast-storage';
import {useTracked, ACTIONS} from '../../provider';
export const Menu = ({close = () => {}, hide, update = () => {}}) => {
const {colors} = useAppContext();
const [state, dispatch] = useTracked();
const {colors} = state;
// todo