Wire up interstitial and Explore page

This commit is contained in:
Eric Bailey
2024-12-16 13:59:30 -06:00
parent 04fae9a6b6
commit 682dc446bf
5 changed files with 161 additions and 113 deletions
+2 -1
View File
@@ -39,6 +39,7 @@ import {Loader} from '#/components/Loader'
import * as StarterPackSuggestions from '#/components/StarterPack/Suggestions'
import * as TrendingTopics from '#/components/TrendingTopics'
import {Text} from '#/components/Typography'
import {ExploreTrendingTopics} from "#/screens/Search/components/ExploreTrendingTopics"
function SuggestedItemsHeader({
title,
@@ -610,7 +611,7 @@ export function Explore() {
}
/>
<View style={[a.pt_md, a.pb_lg]}>
<TrendingTopics.Grid topics={item.topics} />
<ExploreTrendingTopics />
</View>
</>
)