Files
react-navigation/src/utils/docsUrl.js
Brent Vatne 68a2a106f3 Warn when users have multiple stateful navigation containers (#3819)
* First pass at warning when users explicitly render nested navigators

* Clean up tests around warnings

* Update comment

* Update comment again
2018-03-25 12:33:11 -07:00

4 lines
98 B
JavaScript

export default function docsUrl(path) {
return `https://v2.reactnavigation.org/docs/${path}`;
}