diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-05-10 13:25:57 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-05-10 13:25:57 -0400 |
| commit | 6eae7a3769aad1424a69d1ba676268f1acccad04 (patch) | |
| tree | 16a0860705ab4b598b33149b73241e0dce3177c7 /src/components/suggestedPeople/MutualFriends.tsx | |
| parent | 77e7070476255d5108a4ac72e8f00cd89bbd8de2 (diff) | |
fixed various font issues
Diffstat (limited to 'src/components/suggestedPeople/MutualFriends.tsx')
| -rw-r--r-- | src/components/suggestedPeople/MutualFriends.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/suggestedPeople/MutualFriends.tsx b/src/components/suggestedPeople/MutualFriends.tsx index 3e2dc851..f72104d4 100644 --- a/src/components/suggestedPeople/MutualFriends.tsx +++ b/src/components/suggestedPeople/MutualFriends.tsx @@ -1,9 +1,10 @@ import React, {useState} from 'react'; import {SafeAreaView, StyleSheet, Text, View} from 'react-native'; +import {normalize} from 'react-native-elements'; import {ScrollView, TouchableOpacity} from 'react-native-gesture-handler'; import {BottomDrawer, TabsGradient} from '../../components'; import {ProfilePreviewType, ScreenType} from '../../types'; -import {isIPhoneX, normalize, SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils'; +import {isIPhoneX, SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils'; import {ProfilePreview} from '../profile'; interface MutualFriendsProps { |
