We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe9bf2 commit 5880d4fCopy full SHA for 5880d4f
2 files changed
.changeset/twenty-plants-rhyme.md
@@ -0,0 +1,5 @@
1
+---
2
+"xlog": patch
3
4
+
5
+Push a new screen on current navigation tree.
src/components/FeedList/FeedListItem/index.tsx
@@ -54,7 +54,7 @@ export const FeedListItem: FC<Props> = (props) => {
54
}, [coverImageSize.height]);
55
56
const onPress = React.useCallback(() => {
57
- navigation.navigate(
+ navigation.push(
58
"PostDetails",
59
{
60
characterId: note.characterId,
0 commit comments