diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-02 07:45:00 -0800 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 20:44:29 -0800 |
| commit | 0bb9f241a4e0ec6b9b22cb9b3b2e5b633b5e43c4 (patch) | |
| tree | 3f81f8a79c385e35251ba9a65ed1f48715461c55 /src/screens/search/SearchScreen.tsx | |
| parent | d1d1e218be52f3a509221f0ce4b5b42e682067cf (diff) | |
Initial
Diffstat (limited to 'src/screens/search/SearchScreen.tsx')
| -rw-r--r-- | src/screens/search/SearchScreen.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx index e4ac4c9e..5c59bc0e 100644 --- a/src/screens/search/SearchScreen.tsx +++ b/src/screens/search/SearchScreen.tsx @@ -14,7 +14,7 @@ import Animated, {Easing, timing} from 'react-native-reanimated'; import {SafeAreaView} from 'react-native-safe-area-context'; import {useDispatch, useSelector} from 'react-redux'; import { - Explore, + SearchCategories, RecentSearches, SearchBar, SearchResultList, @@ -173,7 +173,7 @@ const SearchScreen: React.FC = () => { <Text style={styles.helperText}> Try searching for people, groups, or clubs </Text> - <Explore /> + <SearchCategories /> <SearchResultsBackground {...{top}}> {results === undefined && recents.length !== 0 ? ( <RecentSearches |
