push instead of navigate (#861)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user