From 7596b69482914569cbb4bb5f287bbc0a72d74133 Mon Sep 17 00:00:00 2001 From: Justin Shillingford Date: Wed, 19 Aug 2020 13:27:22 -0400 Subject: [TMA-161] Recently Searched Users (#34) * Basic AsyncStorage code * Basic implementation complete Need to fix re-rendering bug * Removed errant comment * Fixed bug for rerendering upon addition to recents Need to fix bug for rerendering upon clearing * Fixed rerendering bug for clear * Only present recents header if users in recents * Lint cleaning * Basic AsyncStorage code * Basic implementation complete Need to fix re-rendering bug * Removed errant comment * Fixed bug for rerendering upon addition to recents Need to fix bug for rerendering upon clearing * Fixed rerendering bug for clear * Only present recents header if users in recents * Lint cleaning * Added comments for a function * Updated conditional presentation to use ternary * Created component for List Section Headers * Lint cleaning * Converted component to be for Recent Searches As opposed to just the list header --- src/components/common/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/common') diff --git a/src/components/common/index.ts b/src/components/common/index.ts index 63a7b9c2..c9c4f27a 100644 --- a/src/components/common/index.ts +++ b/src/components/common/index.ts @@ -6,3 +6,4 @@ export {default as GradientBackground} from './GradientBackground'; export {default as Post} from './post'; export {default as SocialIcon} from './SocialIcon'; export {default as TabsGradient} from './TabsGradient'; +export {default as RecentSearches} from '../search/RecentSearches'; -- cgit v1.2.3-70-g09d2