aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-05-13 15:24:28 -0700
committerBrian Kim <brian@tagg.id>2021-05-13 15:24:28 -0700
commit3262626f8beffaa8ee0f4a7a643bcf0c01ee694a (patch)
tree839f56d6fbdb71d328eb541e74206ceb0bb81119
parente6f046cb0fd9abbfc1bfff6f3294a1ae25a91d6c (diff)
Tiny change to push not navigate, no longer goes back
-rw-r--r--src/components/profile/FriendsCount.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/FriendsCount.tsx b/src/components/profile/FriendsCount.tsx
index 8252266e..a299e9a1 100644
--- a/src/components/profile/FriendsCount.tsx
+++ b/src/components/profile/FriendsCount.tsx
@@ -37,7 +37,7 @@ const FriendsCount: React.FC<FriendsCountProps> = ({
return (
<TouchableOpacity
onPress={() =>
- navigation.navigate('FriendsListScreen', {
+ navigation.push('FriendsListScreen', {
userXId,
screenType,
})