This commit is contained in:
ammarahm-ed
2020-03-14 13:54:16 +05:00
parent e07b70032e
commit a2a6e645e7
32 changed files with 67 additions and 86 deletions

View File

@@ -4,8 +4,8 @@ import {TextInput} from 'react-native-gesture-handler';
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
import {opacity, ph, pv, SIZE, WEIGHT} from '../../common/common';
import {getElevation, ToastEvent} from '../../utils/utils';
import {db} from '../../../App';
import {getElevation, ToastEvent, db} from '../../utils/utils';
import {eSendEvent} from '../../services/eventManager';
import {eOnNewTopicAdded} from '../../services/events';