This commit is contained in:
ammarahm-ed
2020-01-24 23:13:09 +05:00
parent 5c9b94c04e
commit 7ff66aa4b3
22 changed files with 183 additions and 184 deletions

View File

@@ -3,7 +3,8 @@ import {View, TouchableOpacity} from 'react-native';
import {SIZE} from '../../common/common';
import Icon from 'react-native-vector-icons/Feather';
import {w} from '../../utils/utils';
import {useTracked, ACTIONS} from '../../provider';
import {useTracked} from '../../provider';
import {ACTIONS} from '../../provider/actions';
const SelectionWrapper = ({children, item, currentEditingNote}) => {
const [state, dispatch] = useTracked();