aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-21 15:43:42 -0400
committerIvan Chen <ivan@tagg.id>2021-04-21 15:43:42 -0400
commitb765b41eb0b3443e03ca22269343236d8de1be70 (patch)
treeeb8fba11dae71872e414530b117f73ebc80e47ce /src
parent0dd0a4ac4343df036a1f16cbde070c524405bd21 (diff)
fixed merge issues
Diffstat (limited to 'src')
-rw-r--r--src/screens/onboarding/legacy/SocialMedia.tsx18
-rw-r--r--src/screens/onboarding/legacy/WaitlistSuccessScreen.tsx14
2 files changed, 14 insertions, 18 deletions
diff --git a/src/screens/onboarding/legacy/SocialMedia.tsx b/src/screens/onboarding/legacy/SocialMedia.tsx
index c1edef00..e29eae0c 100644
--- a/src/screens/onboarding/legacy/SocialMedia.tsx
+++ b/src/screens/onboarding/legacy/SocialMedia.tsx
@@ -1,5 +1,5 @@
-import { RouteProp } from '@react-navigation/native';
-import { StackNavigationProp } from '@react-navigation/stack';
+import {RouteProp} from '@react-navigation/native';
+import {StackNavigationProp} from '@react-navigation/stack';
import React from 'react';
import {
KeyboardAvoidingView,
@@ -8,20 +8,16 @@ import {
StyleSheet,
Text,
TouchableOpacity,
- View
+ View,
} from 'react-native';
import {
Background,
LinkSocialMedia,
- RegistrationWizard
+ RegistrationWizard,
} from '../../../components';
-import { SOCIAL_LIST } from '../../../constants';
-import { OnboardingStackParams } from '../../../routes';
-import {
- BackgroundGradientType,
- CategorySelectionScreenType,
- LinkerType
-} from '../../../types';
+import {SOCIAL_LIST} from '../../../constants';
+import {OnboardingStackParams} from '../../../routes';
+import {BackgroundGradientType, LinkerType} from '../../../types';
/**
* Social Media Screen for displaying social media linkers
diff --git a/src/screens/onboarding/legacy/WaitlistSuccessScreen.tsx b/src/screens/onboarding/legacy/WaitlistSuccessScreen.tsx
index 39e3b3b9..ad517814 100644
--- a/src/screens/onboarding/legacy/WaitlistSuccessScreen.tsx
+++ b/src/screens/onboarding/legacy/WaitlistSuccessScreen.tsx
@@ -1,4 +1,4 @@
-import { StackNavigationProp } from '@react-navigation/stack';
+import {StackNavigationProp} from '@react-navigation/stack';
import React from 'react';
import {
KeyboardAvoidingView,
@@ -8,13 +8,13 @@ import {
StyleSheet,
Text,
TouchableOpacity,
- View
+ View,
} from 'react-native';
-import { ArrowButton, Background } from '../../../components';
-import { TAGG_WEBSITE } from '../../../constants';
-import { OnboardingStackParams } from '../../../routes';
-import { BackgroundGradientType } from '../../../types';
-import { SCREEN_HEIGHT } from '../../../utils';
+import {ArrowButton, Background} from '../../../components';
+import {TAGG_WEBSITE} from '../../../constants';
+import {OnboardingStackParams} from '../../../routes';
+import {BackgroundGradientType} from '../../../types';
+import {SCREEN_HEIGHT} from '../../../utils';
import CelebrationLogo from '../../assets/icons/celebration-logo.svg';
type WaitlistSuccessScreenProp = StackNavigationProp<