diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2020-11-09 12:05:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 12:05:08 -0500 |
| commit | ea0b0a9730d2a5e410583f04c5d138a73d709a6c (patch) | |
| tree | 841f4c262e21c3f0cae369ff1b182969d3e239b6 /src/screens/search | |
| parent | 2683938e0e194a129e1a24cfe9ccbd8af4390a01 (diff) | |
removed coming soon (#113)
Diffstat (limited to 'src/screens/search')
| -rw-r--r-- | src/screens/search/SearchScreen.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx index dfd7546f..f528358a 100644 --- a/src/screens/search/SearchScreen.tsx +++ b/src/screens/search/SearchScreen.tsx @@ -135,8 +135,9 @@ const SearchScreen: React.FC = () => { value={query} {...{top, searching}} /> + {/* Removed for Alpha for now */} {/* <Explore /> */} - <View> + {/* <View> <View style={styles.textContainer}> <Text style={styles.headerText}>Coming Soon</Text> <Text style={styles.subtext}> @@ -148,7 +149,7 @@ const SearchScreen: React.FC = () => { source={require('../../assets/images/coming-soon.png')} style={styles.image} /> - </View> + </View> */} <SearchResultsBackground {...{top}}> {results.length === 0 && recents.length !== 0 ? ( <RecentSearches |
