Add custom protocol deep links

This commit is contained in:
Paul Frazee 2022-06-13 22:12:43 -05:00
parent 926a2d4756
commit 09b78a4634
4 changed files with 31 additions and 0 deletions

View file

@ -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: {