Skip to content

Commit 47e1167

Browse files
committed
Fix deep link auth video in blog
1 parent 125b9e4 commit 47e1167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-12-19-react-navigation-8.0-alpha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ function MyStack() {
271271

272272
<video playsInline autoPlay muted loop style={{ width: '500px', aspectRatio: 1 / 1 }}>
273273

274-
<source src="/assets/blog/8.x/deep-link-auth.mp4" />
274+
<source src="/assets/deep-linking/deep-link-auth.mp4" />
275275
</video>
276276

277277
The navigator will remember the last unhandled action (such as an unhandled deep link) if `routeNamesChangeBehavior: 'lastUnhandled'` is specified. When the list of route names changes (e.g. new screens become available), it will try to handle the action again. See [`routeNamesChangeBehavior` docs](/docs/8.x/navigator#route-names-change-behavior) for more details.

0 commit comments

Comments
 (0)