mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 09:39:18 +08:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
export default function docsUrl(path) {
|
|
return `https://reactnavigation.org/docs/${path}`;
|
|
}
|