|
@@ -138,9 +138,9 @@ const UnsignedPage = props => {
|
|
|
|
|
|
|
|
|
}
|
|
|
- <TrendingSection />
|
|
|
- <CategorySection />
|
|
|
- <RecentPostsSection />
|
|
|
+ <TrendingSection navigation={navigation}/>
|
|
|
+ <CategorySection navigation={navigation}/>
|
|
|
+ <RecentPostsSection navigation={navigation}/>
|
|
|
|
|
|
{/* <View style={styles.underlinePillContainer}>
|
|
|
<ScrollView horizontal showsHorizontalScrollIndicator={false}>
|