From 6533d7dd084ad8cdd479a0d9b416f94c809d96e1 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 13 Mar 2023 20:34:01 -0500 Subject: Add /support and /support/privacy --- src/Navigation.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Navigation.tsx') diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 22d8d8b21..2bfc84ea9 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -35,6 +35,8 @@ import {PostUpvotedByScreen} from './view/screens/PostUpvotedBy' import {PostRepostedByScreen} from './view/screens/PostRepostedBy' import {DebugScreen} from './view/screens/Debug' import {LogScreen} from './view/screens/Log' +import {SupportScreen} from './view/screens/Support' +import {PrivacyPolicyScreen} from './view/screens/PrivacyPolicy' const navigationRef = createNavigationContainerRef() @@ -64,6 +66,8 @@ function commonScreens(Stack: typeof HomeTab) { + + ) } -- cgit 1.4.1