Browse Source

Passed Navigation Prop to Posts Section

Savio Fernando 1 year ago
parent
commit
f70514f77b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/screens/HomePage/HomePage.js

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

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