Browse Source

API Integrated for Unsigned Page

Savio Fernando 1 year ago
parent
commit
2caf3072b4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/screens/Auth/UnsignedPage.js

+ 3 - 3
src/screens/Auth/UnsignedPage.js

@@ -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}>