Skip to content

Commit 05f22fa

Browse files
authored
Fix deep linking config example (react-navigation#774)
1 parent 859f55f commit 05f22fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can specify a separate `config` option to control how the deep link is parse
7979
const linking = {
8080
prefixes: ['https://mychat.com', 'mychat://'],
8181
config: {
82-
Chat: 'feed',
82+
Chat: 'feed/:sort',
8383
Profile: 'user',
8484
},
8585
};

0 commit comments

Comments
 (0)