mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-27 22:56:07 +08:00
fix: update link to docs page from deprecation messages
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const throwError = (message, page) => {
|
||||
throw new Error(
|
||||
`${message}. See https://reactnavigation.org/docs/4.x/${page}.html for more details.`
|
||||
`${message}. See https://reactnavigation.org/docs/${page}.html for more details.`
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user