push instead of navigate (#861)

zio/stable
Ansh 2023-06-07 15:55:25 -07:00 committed by GitHub
parent 0be14a1b46
commit 007d12e182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export const CustomFeed = observer(
accessibilityRole="button"
style={[styles.container, pal.border, style]}
onPress={() => {
navigation.navigate('CustomFeed', {
navigation.push('CustomFeed', {
name: item.data.creator.did,
rkey: new AtUri(item.data.uri).rkey,
})