From 13bb21b27c15edc9d7e38ba3be07ab75012938a2 Mon Sep 17 00:00:00 2001 From: Netanel Mizrahi Date: Mon, 22 Jul 2024 09:41:57 +0300 Subject: [PATCH] Update params.md There isn't any mention regard the 'merge: true' in the props, I add a note about it. --- versioned_docs/version-6.x/params.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/versioned_docs/version-6.x/params.md b/versioned_docs/version-6.x/params.md index 92c340ad4a5..ef443dd58af 100755 --- a/versioned_docs/version-6.x/params.md +++ b/versioned_docs/version-6.x/params.md @@ -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). + +::: +