From abbf0e15b860a503941223b21f38791409906d83 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Tue, 19 Jan 2021 11:05:44 -0500 Subject: added loading for edit profile --- src/screens/profile/CaptionScreen.tsx | 2 +- src/screens/profile/EditProfile.tsx | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index 3d422e8a..91aaa617 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -83,12 +83,12 @@ const CaptionScreen: React.FC = ({route, navigation}) => { return ( + {loading ? : } - {loading ? : }