Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
docs: Uploaded navigation videos
  • Loading branch information
stanleyoos committed Aug 9, 2024
commit d4cf566c358c4aa672939d28822c12b94a310a7e
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions versioned_docs/version-6.x/navigating.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function DetailsScreen({ navigation }) {
```

<video playsInline autoPlay muted loop>
<source src="/assets/navigators/stack/back-home.mp4" />
<source src="/assets/7.x/fundamentals/navigateGoBack.mp4" />
</video>

:::note
Expand Down Expand Up @@ -164,7 +164,7 @@ function DetailsScreen({ navigation }) {
```

<video playsInline autoPlay muted loop>
<source src="/assets/navigators/stack/pop-to-top.mp4" />
<source src="/assets/7.x/fundamentals/navigatePopToTop.mp4" />
</video>

## Summary
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-6.x/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function DetailsScreen({ route, navigation }) {
```

<video playsInline autoPlay muted loop>
<source src="/assets/navigators/passing-params.mp4" />
<source src="/assets/7.x/fundamentals/navigatePassParams.mp4" />
</video>

## Initial params
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-7.x/navigating.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export default function App() {
```

<video playsInline autoPlay muted loop>
<source src="/assets/navigators/stack/back-home.mp4" />
<source src="/assets/7.x/fundamentals/navigateGoBack.mp4" />
</video>

:::note
Expand Down Expand Up @@ -353,7 +353,7 @@ export default function App() {
```

<video playsInline autoPlay muted loop>
<source src="/assets/navigators/stack/pop-to-top.mp4" />
<source src="/assets/7.x/fundamentals/navigatePopToTop.mp4" />
</video>

## Summary
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-7.x/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function App() {
```

<video playsInline autoPlay muted loop>
<source src="/assets/navigators/passing-params.mp4" />
<source src="/assets/7.x/fundamentals/navigatePassParams.mp4" />
</video>

## Initial params
Expand Down