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/taggs/Tagg.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/taggs') diff --git a/src/components/taggs/Tagg.tsx b/src/components/taggs/Tagg.tsx index c64da5ef..39cbee06 100644 --- a/src/components/taggs/Tagg.tsx +++ b/src/components/taggs/Tagg.tsx @@ -54,7 +54,7 @@ const Tagg: React.FC = ({ const modalOrAuthBrowserOrPass = async () => { if (youMayPass) { if (INTEGRATED_SOCIAL_LIST.indexOf(social) !== -1) { - navigation.navigate('SocialMediaTaggs', { + navigation.push('SocialMediaTaggs', { socialMediaType: social, isProfileView: isProfileView, }); -- cgit v1.2.3-70-g09d2