From 2f519bd66e7f0eeb374dfcd59043ad020196140e Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 6 Apr 2023 22:53:58 -0500 Subject: Add tos, community guidelines, and copyright policy (#410) * Add tos, community guidelines, and copyright policy * Fix lint --- src/Navigation.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/Navigation.tsx') diff --git a/src/Navigation.tsx b/src/Navigation.tsx index a1dbc4af1..c10a9c249 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -37,6 +37,9 @@ import {DebugScreen} from './view/screens/Debug' import {LogScreen} from './view/screens/Log' import {SupportScreen} from './view/screens/Support' import {PrivacyPolicyScreen} from './view/screens/PrivacyPolicy' +import {TermsOfServiceScreen} from './view/screens/TermsOfService' +import {CommunityGuidelinesScreen} from './view/screens/CommunityGuidelines' +import {CopyrightPolicyScreen} from './view/screens/CopyrightPolicy' const navigationRef = createNavigationContainerRef() @@ -68,6 +71,12 @@ function commonScreens(Stack: typeof HomeTab) { + + + ) } -- cgit 1.4.1