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

@@ -1,7 +1,6 @@
import React, {useState} from 'react';
import {FlatList, Platform, RefreshControl, Text, View} from 'react-native';
import {SIZE, WEIGHT} from '../../common/common';
import {inputRef} from '../../components/SearchInput';
import {useTracked} from '../../provider';
import {ACTIONS} from '../../provider/actions';
import {eSendEvent} from '../../services/eventManager';