From 80a5b47d9fef940604d729ff5c428e16aa4be37a Mon Sep 17 00:00:00 2001 From: Kingsley-swe <71396041+Kingsley-swe@users.noreply.github.com> Date: Sat, 24 Oct 2020 20:52:28 -0400 Subject: [TMA 27] Followers list (#69) * "Followers list " * Mended followers list * fix export error Co-authored-by: Ashm Walia Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com> --- src/components/profile/ProfileHeader.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/components/profile/ProfileHeader.tsx') diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx index 62c103fd..25789525 100644 --- a/src/components/profile/ProfileHeader.tsx +++ b/src/components/profile/ProfileHeader.tsx @@ -27,8 +27,14 @@ const ProfileHeader: React.FC = ({isProfileView}) => { style={styles.follows} mode="followers" count={318412} + isProfileView={isProfileView} + /> + - @@ -41,6 +47,7 @@ const styles = StyleSheet.create({ top: SCREEN_HEIGHT / 2.4, paddingHorizontal: SCREEN_WIDTH / 20, marginBottom: SCREEN_HEIGHT / 10, + position: 'absolute', }, row: { flexDirection: 'row', -- cgit v1.2.3-70-g09d2