diff --git a/src/screens/Contact/Contact.tsx b/src/screens/Contact/Contact.tsx index e233609..dec9fb8 100644 --- a/src/screens/Contact/Contact.tsx +++ b/src/screens/Contact/Contact.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +/* import React from 'react'; import { Linking, ScrollView, @@ -15,7 +15,7 @@ import OcfLogo from '../svg/ocf-logo.svg'; import Website from '../svg/website.svg'; import { styles } from './styles'; -/* type ContactProps = NativeStackScreenProps; +type ContactProps = NativeStackScreenProps; export default function Contact({ navigation }: ContactProps) { const openLink = (url: string) => { @@ -68,4 +68,5 @@ export default function Contact({ navigation }: ContactProps) { ); }; + */ diff --git a/src/screens/Contact/Directory.tsx b/src/screens/Contact/Directory.tsx index 6664784..e69de29 100644 --- a/src/screens/Contact/Directory.tsx +++ b/src/screens/Contact/Directory.tsx @@ -1,9 +0,0 @@ -import React from 'react'; -import { - Linking, - ScrollView, - Text, - TouchableOpacity, - View, -} from 'react-native'; -import { styles } from './styles';