Skip to content

Commit 7100754

Browse files
authored
Example Consistency fix
1 parent 48c0f75 commit 7100754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/configuring-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ const linking = {
660660
Chat: 'feed/:sort',
661661
},
662662
},
663-
getStateFromPath: (path, options) => {
663+
getStateFromPath(path, options) {
664664
// Return a state object here
665665
// You can also reuse the default logic by importing `getStateFromPath` from `@react-navigation/native`
666666
},

0 commit comments

Comments
 (0)