File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
versioned_docs/version-7.x Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export default function App() {
102
102
```
103
103
104
104
<video playsInline autoPlay muted loop >
105
- <source src =" /assets/7.x/fundamentals/navigatePassParamsToPrevScreen .mp4 " />
105
+ <source src =" /assets/7.x/fundamentals/navigatePassParams .mp4 " />
106
106
</video >
107
107
108
108
## Initial params
@@ -284,7 +284,7 @@ export default function App() {
284
284
` ` `
285
285
286
286
<video playsInline autoPlay muted loop>
287
- <source src="/assets/navigators/params-to-parent .mp4" />
287
+ <source src="/assets/7.x/fundamentals/navigatePassParamsToPrevScreen .mp4" />
288
288
</video>
289
289
290
290
Here, after you press "Done", the home screen's ` route .params ` will be updated to reflect the post text that you passed in ` navigate` .
You can’t perform that action at this time.
0 commit comments