aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-10 14:03:56 -0400
committerGitHub <noreply@github.com>2021-05-10 14:03:56 -0400
commit49136f4056cb40f43d282d534aacf27076f47d8b (patch)
tree16a0860705ab4b598b33149b73241e0dce3177c7 /src/screens/onboarding
parent1c3f2c5712ca0c865f5933b3e6b1aff7604e9f35 (diff)
parent6eae7a3769aad1424a69d1ba676268f1acccad04 (diff)
Merge pull request #408 from IvanIFChen/tma838-fix-font-sizes
[TMA-838] Fixed/reverted font issues
Diffstat (limited to 'src/screens/onboarding')
-rw-r--r--src/screens/onboarding/ProfileInfoOnboarding.tsx1
-rw-r--r--src/screens/onboarding/legacy/OnboardingStepOne.tsx2
-rw-r--r--src/screens/onboarding/legacy/OnboardingStepTwo.tsx2
3 files changed, 2 insertions, 3 deletions
diff --git a/src/screens/onboarding/ProfileInfoOnboarding.tsx b/src/screens/onboarding/ProfileInfoOnboarding.tsx
index a481b0c0..cdfbea8f 100644
--- a/src/screens/onboarding/ProfileInfoOnboarding.tsx
+++ b/src/screens/onboarding/ProfileInfoOnboarding.tsx
@@ -16,7 +16,6 @@ import Animated from 'react-native-reanimated';
import {
Background,
BirthDatePicker,
- RegistrationWizard,
TaggDropDown,
TaggInput,
UniversitySelection,
diff --git a/src/screens/onboarding/legacy/OnboardingStepOne.tsx b/src/screens/onboarding/legacy/OnboardingStepOne.tsx
index b25d41fd..ac0b646d 100644
--- a/src/screens/onboarding/legacy/OnboardingStepOne.tsx
+++ b/src/screens/onboarding/legacy/OnboardingStepOne.tsx
@@ -270,4 +270,4 @@ const styles = StyleSheet.create({
},
});
-export default OnboardingStepOne; \ No newline at end of file
+export default OnboardingStepOne;
diff --git a/src/screens/onboarding/legacy/OnboardingStepTwo.tsx b/src/screens/onboarding/legacy/OnboardingStepTwo.tsx
index 40130263..645fddef 100644
--- a/src/screens/onboarding/legacy/OnboardingStepTwo.tsx
+++ b/src/screens/onboarding/legacy/OnboardingStepTwo.tsx
@@ -378,4 +378,4 @@ const styles = StyleSheet.create({
},
});
-export default OnboardingStepTwo; \ No newline at end of file
+export default OnboardingStepTwo;