From 9d2c37f4da7799cced20f193faccaa2a50e77aa6 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Wed, 23 Jun 2021 17:41:34 -0400 Subject: Fix bad merge --- src/components/moments/MomentPostContent.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/moments/MomentPostContent.tsx b/src/components/moments/MomentPostContent.tsx index 8615a332..7dd6ddc9 100644 --- a/src/components/moments/MomentPostContent.tsx +++ b/src/components/moments/MomentPostContent.tsx @@ -3,6 +3,7 @@ import React, {useContext, useEffect, useRef, useState} from 'react'; import {Image, StyleSheet, Text, View, ViewProps} from 'react-native'; import {TouchableWithoutFeedback} from 'react-native-gesture-handler'; import Animated, {EasingNode} from 'react-native-reanimated'; +import {createIconSetFromFontello} from 'react-native-vector-icons'; import Video from 'react-native-video'; import {useDispatch, useStore} from 'react-redux'; import {MomentContext} from '../../screens/profile/IndividualMoment'; @@ -82,6 +83,7 @@ const MomentPostContent: React.FC = ({ setHideText(false); } }, [keyboardVisible, hideText]); + console.log(tags); return ( = ({ /> )} - {visible && !isVideo && ( + {visible && (