From d7ed9541f47c22d93c43a32baf3bf33d68d823c8 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> Date: Mon, 9 Nov 2020 11:30:26 -0800 Subject: blur background, realign comment count, reposition content (#110) --- src/screens/profile/IndividualMoment.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'src/screens') diff --git a/src/screens/profile/IndividualMoment.tsx b/src/screens/profile/IndividualMoment.tsx index b76f36d0..a6f917b7 100644 --- a/src/screens/profile/IndividualMoment.tsx +++ b/src/screens/profile/IndividualMoment.tsx @@ -1,6 +1,7 @@ import React, {useEffect, useState} from 'react'; -import {StyleSheet, View, Image} from 'react-native'; +import {StyleSheet, View, Image, Text} from 'react-native'; import {Button} from 'react-native-elements'; +import {BlurView} from '@react-native-community/blur'; import { SCREEN_HEIGHT, SCREEN_WIDTH, @@ -85,7 +86,11 @@ const IndividualMoment: React.FC = ({ }, [date_time, userId]); return ( - +