From 4f68cb3f7280222223ccc2ad086125f113660921 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 22 Jul 2021 18:32:13 -0400 Subject: Made progress bar non-stick to top --- src/screens/profile/ProfileScreen.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/screens') diff --git a/src/screens/profile/ProfileScreen.tsx b/src/screens/profile/ProfileScreen.tsx index f8e50af1..09b70cd3 100644 --- a/src/screens/profile/ProfileScreen.tsx +++ b/src/screens/profile/ProfileScreen.tsx @@ -1,7 +1,7 @@ import {RouteProp} from '@react-navigation/native'; import React, {useEffect} from 'react'; import {StatusBar} from 'react-native'; -import {Content, MomentUploadProgressBar, TabsGradient} from '../../components'; +import {Content, TabsGradient} from '../../components'; import {MainStackParams} from '../../routes/'; import {visitedUserProfile} from '../../services'; @@ -24,7 +24,6 @@ const ProfileScreen: React.FC = ({route}) => { return ( <> - -- cgit v1.2.3-70-g09d2