aboutsummaryrefslogtreecommitdiff
path: root/src/screens
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/search/SearchScreen.tsx5
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