소스 검색

Passed Navigation Prop to Posts Section

Savio Fernando 1 년 전
부모
커밋
f70514f77b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/screens/HomePage/HomePage.js

+ 1 - 1
src/screens/HomePage/HomePage.js

@@ -28,7 +28,7 @@ const HomePage = props => {
         </NewscoutHomeHeader>
         <TrendingSection navigation={navigation}/>
         <CategorySection navigation={navigation} />
-        <RecentPostsSection />
+        <RecentPostsSection  navigation={navigation}  />
       </ScrollView>
     </View>
   )