소스 검색

API Integrated for Unsigned Page

Savio Fernando 1 년 전
부모
커밋
2caf3072b4
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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}>