From fd223276632af429e2dead7abc9149d812c6e4b9 Mon Sep 17 00:00:00 2001 From: George Rusu Date: Tue, 25 May 2021 13:35:43 -0700 Subject: Catch up --- src/components/moments/MomentPostContent.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components') diff --git a/src/components/moments/MomentPostContent.tsx b/src/components/moments/MomentPostContent.tsx index df7f4e68..9413709d 100644 --- a/src/components/moments/MomentPostContent.tsx +++ b/src/components/moments/MomentPostContent.tsx @@ -40,6 +40,8 @@ const MomentPostContent: React.FC = ({ const navigation = useNavigation(); const dispatch = useDispatch(); const imageRef = useRef(null); + const [fadeValue, setFadeValue] = useState(new Animated.Value(0)); + const [visible, setVisible] = useState(false); useEffect(() => { const loadTags = async () => { -- cgit v1.2.3-70-g09d2