From d0237cbb61e5c4d77c7b0cefc50891639646ee91 Mon Sep 17 00:00:00 2001 From: Ashm Walia <40498934+ashmgarv@users.noreply.github.com> Date: Thu, 22 Oct 2020 15:34:21 -0700 Subject: [TMA 236] Comments PR (#64) * Added comments count and retrieve comments * Working draft * The one before cleanup * Finally * Added time icon and major refactoring * Small fix for social media taggs * Addressed review comments --- src/components/profile/CaptionScreenHeader.tsx | 37 -------------------------- 1 file changed, 37 deletions(-) delete mode 100644 src/components/profile/CaptionScreenHeader.tsx (limited to 'src/components/profile/CaptionScreenHeader.tsx') diff --git a/src/components/profile/CaptionScreenHeader.tsx b/src/components/profile/CaptionScreenHeader.tsx deleted file mode 100644 index 4715b4ef..00000000 --- a/src/components/profile/CaptionScreenHeader.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react'; -import {Text, View, StyleSheet, ViewProps} from 'react-native'; -interface CaptionScreenHeaderProps extends ViewProps { - title: string; -} -const CaptionScreenHeader: React.FC = ({ - title, - style, -}) => { - return ( - - - {title} - - - ); -}; - -const styles = StyleSheet.create({ - container: { - flexDirection: 'row', - justifyContent: 'center', - height: 30, - }, - headerContainer: { - position: 'absolute', - left: '50%', - }, - header: { - position: 'relative', - right: '50%', - fontSize: 20, - fontWeight: 'bold', - color: 'white', - }, -}); -export default CaptionScreenHeader; -- cgit v1.2.3-70-g09d2