We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c0f75 commit 7100754Copy full SHA for 7100754
versioned_docs/version-7.x/configuring-links.md
@@ -660,7 +660,7 @@ const linking = {
660
Chat: 'feed/:sort',
661
},
662
663
- getStateFromPath: (path, options) => {
+ getStateFromPath(path, options) {
664
// Return a state object here
665
// You can also reuse the default logic by importing `getStateFromPath` from `@react-navigation/native`
666
0 commit comments