Skip to content
Merged
Show file tree
Hide file tree
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
383 changes: 383 additions & 0 deletions blog/2025-12-19-react-navigation-8.0-alpha.md

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,6 @@ samp {
display: none;
}

.markdown li > p {
margin-bottom: 0;
}

.video-player {
position: relative;
display: inline-block;
Expand Down
16 changes: 16 additions & 0 deletions src/plugins/react-navigation-versions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ export default function reactNavigationVersionsPlugin(context, options) {
name: 'react-navigation-versions',
async contentLoaded({ content, actions }) {
const queries = {
'8.x': {
tag: 'next',
packages: [
'@react-navigation/bottom-tabs',
'@react-navigation/core',
'@react-navigation/drawer',
'@react-navigation/elements',
'@react-navigation/material-top-tabs',
'@react-navigation/native-stack',
'@react-navigation/native',
'@react-navigation/routers',
'@react-navigation/stack',
'react-native-drawer-layout',
'react-native-tab-view',
],
},
'7.x': {
tag: 'latest',
packages: [
Expand Down
Binary file added static/assets/blog/8.x/deep-link-auth.mp4
Binary file not shown.
Binary file not shown.
Binary file added static/assets/blog/8.x/native-bottom-tabs-ios.mp4
Binary file not shown.
Binary file added static/assets/blog/8.x/params-types.mp4
Binary file not shown.
Binary file added static/assets/blog/8.x/push-params.mp4
Binary file not shown.
Binary file added static/assets/blog/8.x/use-navigation.mp4
Binary file not shown.
Binary file added static/assets/blog/8.x/use-route.mp4
Binary file not shown.
Loading