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/routes/profile/Profile.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/routes') diff --git a/src/routes/profile/Profile.tsx b/src/routes/profile/Profile.tsx index faab0bde..caa75f3b 100644 --- a/src/routes/profile/Profile.tsx +++ b/src/routes/profile/Profile.tsx @@ -1,10 +1,6 @@ import React from 'react'; -import {Image, StyleSheet} from 'react-native'; -import LinearGradient from 'react-native-linear-gradient'; import {AvatarTitle} from '../../components'; -import {AVATAR_DIM, TAGGS_GRADIENT} from '../../constants'; import {ProfileScreen, SocialMediaTaggs} from '../../screens'; -import {AuthContext} from '../authentication'; import {ProfileStack} from './ProfileStack'; const Profile: React.FC = () => { -- cgit v1.2.3-70-g09d2