Skip to content

Commit baef4a6

Browse files
authored
Docusaurus 3.6.1 (react-navigation#1381)
1 parent 836e512 commit baef4a6

File tree

4 files changed

+2705
-1898
lines changed

4 files changed

+2705
-1898
lines changed

blog/2018-04-06-react-navigation-2.0-rc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ This change was made to improve the ease of learning and understanding the libra
7676

7777
## New feature highlights
7878

79-
- State persistence - automatically save state and reload it when the app restarts. See [state persistence docs](docs/state-persistence)
79+
- State persistence - automatically save state and reload it when the app restarts. See [state persistence docs](/docs/state-persistence)
8080
- Transitions between screens in stack with headers and without headers now animates as expected on iOS. [#3821](https://github.com/react-navigation/react-navigation/pull/3821). Thanks [skevy](https://github.com/skevy)!
8181
- As mentioned above, `createMaterialBottomNavigator` is a new navigator type that provides the material design bottom tab bar pattern.

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import remarkNpm2Yarn from '@docusaurus/remark-plugin-npm2yarn';
22
import rehypeCodeblockMeta from './src/plugins/rehype-codeblock-meta.mjs';
33

44
export default {
5+
future: {
6+
experimental_faster: true,
7+
},
58
title: 'React Navigation',
69
tagline: 'Routing and navigation for your React Native apps',
710
url: 'https://reactnavigation.org/',

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
"fetch-sponsors": "node scripts/fetch-sponsors.js"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "3.0.0",
18-
"@docusaurus/plugin-client-redirects": "3.0.0",
19-
"@docusaurus/plugin-google-analytics": "3.0.0",
20-
"@docusaurus/preset-classic": "3.0.0",
21-
"@docusaurus/remark-plugin-npm2yarn": "3.0.0",
17+
"@docusaurus/core": "3.6.1",
18+
"@docusaurus/faster": "3.6.1",
19+
"@docusaurus/plugin-client-redirects": "3.6.1",
20+
"@docusaurus/plugin-google-analytics": "3.6.1",
21+
"@docusaurus/preset-classic": "3.6.1",
22+
"@docusaurus/remark-plugin-npm2yarn": "3.6.1",
2223
"@octokit/graphql": "^7.0.2",
2324
"@react-navigation/core": "^7.0.0-alpha.17",
2425
"escape-html": "^1.0.3",

0 commit comments

Comments
 (0)