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/components/common/AvatarTitle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/common/AvatarTitle.tsx') diff --git a/src/components/common/AvatarTitle.tsx b/src/components/common/AvatarTitle.tsx index b6d95bd8..8c82dca9 100644 --- a/src/components/common/AvatarTitle.tsx +++ b/src/components/common/AvatarTitle.tsx @@ -1,7 +1,7 @@ import React from 'react'; import {Image, StyleSheet} from 'react-native'; import LinearGradient from 'react-native-linear-gradient'; -import { AVATAR_DIM, AVATAR_GRADIENT_DIM, TAGGS_GRADIENT } from '../../constants'; +import {AVATAR_DIM, AVATAR_GRADIENT_DIM, TAGGS_GRADIENT} from '../../constants'; import {AuthContext} from '../../routes/authentication'; /** -- cgit v1.2.3-70-g09d2