add login button

This commit is contained in:
ammarahm-ed
2020-02-23 12:40:16 +05:00
parent 51a32e38f7
commit 1638ea90fe
3 changed files with 37 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
import {br, opacity, pv, SIZE, WEIGHT} from '../../common/common';
import {useTracked} from '../../provider';
import {eSubscribeEvent, eUnSubscribeEvent} from '../../services/eventManager';
import {eScrollEvent} from '../../services/events';
import {eScrollEvent, eOpenLoginDialog} from '../../services/events';
import {getElevation, h, w} from '../../utils/utils';
import {Header} from '../header';
import {Search} from '../SearchInput';