push instead of navigate (#861)
This commit is contained in:
parent
0be14a1b46
commit
007d12e182
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue