Przeglądaj źródła

API Integrated for Unsigned Page

Savio Fernando 1 rok temu
rodzic
commit
2caf3072b4
1 zmienionych plików z 3 dodań i 3 usunięć
  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}>