From 9b9b1b792f914709de01e1d502014b8deb66e291 Mon Sep 17 00:00:00 2001 From: Ashm Walia <40498934+ashmgarv@users.noreply.github.com> Date: Tue, 27 Oct 2020 14:16:50 -0700 Subject: [HOT FIX] Fix stack navigation (#78) * Fix stack navigation * Fix stack navigation --- src/components/comments/CommentsCount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/comments') diff --git a/src/components/comments/CommentsCount.tsx b/src/components/comments/CommentsCount.tsx index 74b4194c..bd87a2b2 100644 --- a/src/components/comments/CommentsCount.tsx +++ b/src/components/comments/CommentsCount.tsx @@ -22,7 +22,7 @@ const CommentsCount: React.FC = ({ }) => { const navigation = useNavigation(); const navigateToCommentsScreen = async () => { - navigation.navigate('MomentCommentsScreen', { + navigation.push('MomentCommentsScreen', { isProfileView: isProfileView, moment_id: moment_id, }); -- cgit v1.2.3-70-g09d2