Skip to content

Commit a365768

Browse files
committed
Docusaurus 3.3.2
1 parent 836e512 commit a365768

File tree

3 files changed

+2040
-1030
lines changed

3 files changed

+2040
-1030
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.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
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.3.2",
18+
"@docusaurus/plugin-client-redirects": "3.3.2",
19+
"@docusaurus/plugin-google-analytics": "3.3.2",
20+
"@docusaurus/preset-classic": "3.3.2",
21+
"@docusaurus/remark-plugin-npm2yarn": "3.3.2",
2222
"@octokit/graphql": "^7.0.2",
2323
"@react-navigation/core": "^7.0.0-alpha.17",
2424
"escape-html": "^1.0.3",

0 commit comments

Comments
 (0)