react-router-native 6.27.0 → 6.28.0-pre.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
The `react-router-native` package contains bindings for using [React
|
|
4
4
|
Router](https://github.com/remix-run/react-router) in [React
|
|
5
5
|
Native](https://facebook.github.io/react-native/) applications.
|
|
6
|
-
Please see [the Getting Started guide](https://reactrouter.com/
|
|
6
|
+
Please see [the Getting Started guide](https://reactrouter.com/v6/start/tutorial) for more information on how to get started with React Router.
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-router-native",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.28.0-pre.0",
|
|
4
4
|
"description": "Declarative routing for React Native applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"types": "./dist/index.d.ts",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@ungap/url-search-params": "^0.2.2",
|
|
25
|
-
"react-router": "6.
|
|
25
|
+
"react-router": "6.28.0-pre.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/react-test-renderer": "^18.0.0",
|
|
29
29
|
"react": "^18.2.0",
|
|
30
30
|
"react-native": "^0.69.5",
|
|
31
31
|
"react-test-renderer": "^18.2.0",
|
|
32
|
-
"react-router-native": "6.
|
|
32
|
+
"react-router-native": "6.28.0-pre.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": ">=16.8",
|