From 6e3fe33e5e1d3818ef8bb942c1544581ab8c0688 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 8 Oct 2020 16:26:16 -0400 Subject: [TMA-229] Moments Barebones (#50) * added react native svg transformation to support svg icons * finished moments barebones view * resolved a warning from the svg file --- src/screens/profile/ProfileScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screens/profile/ProfileScreen.tsx') diff --git a/src/screens/profile/ProfileScreen.tsx b/src/screens/profile/ProfileScreen.tsx index ea557063..cc388ffd 100644 --- a/src/screens/profile/ProfileScreen.tsx +++ b/src/screens/profile/ProfileScreen.tsx @@ -1,8 +1,8 @@ import React from 'react'; -import {Cover, Content, TabsGradient} from '../../components'; +import {StatusBar} from 'react-native'; import Animated from 'react-native-reanimated'; +import {Content, Cover, TabsGradient} from '../../components'; import {AuthContext} from '../../routes/authentication'; -import {StatusBar} from 'react-native'; /** * Profile Screen for a user's logged in profile -- cgit v1.2.3-70-g09d2