Skip to content

Commit 72bf5bc

Browse files
authored
Example consistency fix
1 parent 7100754 commit 72bf5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ const linking = {
622622
Chat: 'feed/:sort',
623623
},
624624
},
625-
getStateFromPath: (path, options) => {
625+
getStateFromPath(path, options) {
626626
// Return a state object here
627627
// You can also reuse the default logic by importing `getStateFromPath` from `@react-navigation/native`
628628
},

0 commit comments

Comments
 (0)