mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
fix broken link to Common mistakes (#4468)
This commit is contained in:
parent
128a95b496
commit
89a24bdc12
@ -5,7 +5,7 @@ Object {
|
|||||||
"console": [MockFunction] {
|
"console": [MockFunction] {
|
||||||
"calls": Array [
|
"calls": Array [
|
||||||
Array [
|
Array [
|
||||||
"You should only render one navigator explicitly in your app, and other navigators should by rendered by including them in that navigator. Full details at: https://v2.reactnavigation.org/docs/common-mistakes.html#explicitly-rendering-more-than-one-navigator",
|
"You should only render one navigator explicitly in your app, and other navigators should by rendered by including them in that navigator. Full details at: https://reactnavigation.org/docs/common-mistakes.html#explicitly-rendering-more-than-one-navigator",
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export default function docsUrl(path) {
|
export default function docsUrl(path) {
|
||||||
return `https://v2.reactnavigation.org/docs/${path}`;
|
return `https://reactnavigation.org/docs/${path}`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user