Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions versioned_docs/version-6.x/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ function CreatePostScreen({ navigation, route }) {
}
```

:::note

Add `merge: true` to the `params` in the CreatePostScreen component to merge the old state (without post) with the new state (with post).

:::

<video playsInline autoPlay muted loop>
<source src="/assets/navigators/params-to-parent.mp4" />
</video>
Expand Down
Loading