mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-26 13:35:32 +08:00
* First pass at warning when users explicitly render nested navigators * Clean up tests around warnings * Update comment * Update comment again
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
export default function docsUrl(path) {
|
|
return `https://v2.reactnavigation.org/docs/${path}`;
|
|
}
|