From 09b78a46343088a2790dab067bd4fd8384957311 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 13 Jun 2022 22:12:43 -0500 Subject: Add custom protocol deep links --- src/routes/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 2accd6fb2..32398e9ad 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -25,6 +25,8 @@ const linking: LinkingOptions = { 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: { -- cgit 1.4.1