Add custom protocol deep links
This commit is contained in:
parent
926a2d4756
commit
09b78a4634
4 changed files with 31 additions and 0 deletions
|
@ -25,6 +25,8 @@ const linking: LinkingOptions<RootTabsParamList> = {
|
|||
prefixes: [
|
||||
'http://localhost:3000', // local dev
|
||||
'https://pubsq.pfrazee.com', // test server (universal links only)
|
||||
'pubsqapp://', // custom protocol (ios)
|
||||
'pubsq://app', // custom protocol (android)
|
||||
],
|
||||
config: {
|
||||
screens: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue