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

@@ -11,7 +11,7 @@ import {FlatList, TextInput} from 'react-native-gesture-handler';
import Icon from 'react-native-vector-icons/Feather';
import {db, DDS} from '../../../App';
import {opacity, ph, pv, SIZE, WEIGHT} from '../../common/common';
import {ACTIONS} from '../../provider';
import {ACTIONS} from '../../provider/actions';
import {getElevation, ToastEvent} from '../../utils/utils';
import {updateEvent} from '../DialogManager';