We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7100754 commit 72bf5bcCopy full SHA for 72bf5bc
versioned_docs/version-5.x/configuring-links.md
@@ -622,7 +622,7 @@ const linking = {
622
Chat: 'feed/:sort',
623
},
624
625
- getStateFromPath: (path, options) => {
+ getStateFromPath(path, options) {
626
// Return a state object here
627
// You can also reuse the default logic by importing `getStateFromPath` from `@react-navigation/native`
628
0 commit comments