aboutsummaryrefslogtreecommitdiff
path: root/src/components/suggestedPeople/MutualFriends.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-06 14:01:43 -0400
committerIvan Chen <ivan@tagg.id>2021-05-06 14:01:43 -0400
commit4d1229af47aa521ab9115b94669a8014f46d29fe (patch)
treed377809704b15cc4a02dec43b8d66f383f48dcb5 /src/components/suggestedPeople/MutualFriends.tsx
parentc9d32e68fbb9d1bc175722bfda49454a6f627eae (diff)
replaced to use correct normalize function
Diffstat (limited to 'src/components/suggestedPeople/MutualFriends.tsx')
-rw-r--r--src/components/suggestedPeople/MutualFriends.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/suggestedPeople/MutualFriends.tsx b/src/components/suggestedPeople/MutualFriends.tsx
index f72104d4..3e2dc851 100644
--- a/src/components/suggestedPeople/MutualFriends.tsx
+++ b/src/components/suggestedPeople/MutualFriends.tsx
@@ -1,10 +1,9 @@
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, SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils';
+import {isIPhoneX, normalize, SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils';
import {ProfilePreview} from '../profile';
interface MutualFriendsProps {