Skip to content

Commit

Permalink
fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
katyhonguyen committed Dec 2, 2024
1 parent 711fe8e commit 7169d0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
5 changes: 3 additions & 2 deletions src/screens/Contact/Contact.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
/* import React from 'react';
import {
Linking,
ScrollView,
Expand All @@ -15,7 +15,7 @@ import OcfLogo from '../svg/ocf-logo.svg';
import Website from '../svg/website.svg';
import { styles } from './styles';
/* type ContactProps = NativeStackScreenProps<RootStackParamList, 'Contact'>;
type ContactProps = NativeStackScreenProps<RootStackParamList, 'Contact'>;
export default function Contact({ navigation }: ContactProps) {
const openLink = (url: string) => {
Expand Down Expand Up @@ -68,4 +68,5 @@ export default function Contact({ navigation }: ContactProps) {
</ScrollView>
);
};
*/
9 changes: 0 additions & 9 deletions src/screens/Contact/Directory.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
import React from 'react';
import {
Linking,
ScrollView,
Text,
TouchableOpacity,
View,
} from 'react-native';
import { styles } from './styles';

0 comments on commit 7169d0d

Please sign in to comment.