This commit is contained in:
ammarahm-ed
2020-03-21 09:49:08 +05:00
parent bd2380ce56
commit 6714cae502
8 changed files with 9 additions and 24 deletions

View File

@@ -17,8 +17,9 @@ import {eSubscribeEvent, eUnSubscribeEvent} from '../../services/eventManager';
import {eScrollEvent, eClearSearch} from '../../services/events';
import {db, getElevation, ToastEvent, DDS, selection} from '../../utils/utils';
import {Header} from '../header';
import {Search, inputRef} from '../SearchInput';
import {Search} from '../SearchInput';
import SelectionHeader from '../SelectionHeader';
import {inputRef} from '../../utils/refs';
export const AnimatedSafeAreaView = Animatable.createAnimatableComponent(
SafeAreaView,