Sfoglia il codice sorgente

API Integrated for Unsigned Page

Savio Fernando 1 anno fa
parent
commit
2caf3072b4
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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}>