From ff783d8aebc90802079f843b27f2719173bd6b70 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 8 Jul 2021 16:01:56 -0400 Subject: Add post button --- src/screens/profile/CaptionScreen.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/screens') diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index aa866f56..86628d16 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -18,7 +18,11 @@ import {Button} from 'react-native-elements'; import Video from 'react-native-video'; import {useDispatch, useSelector} from 'react-redux'; import FrontArrow from '../../assets/icons/front-arrow.svg'; -import {MentionInputControlled, SearchBackground} from '../../components'; +import { + MentionInputControlled, + MomentPostButton, + SearchBackground, +} from '../../components'; import {CaptionScreenHeader} from '../../components/'; import TaggLoadingIndicator from '../../components/common/TaggLoadingIndicator'; import {TAGG_LIGHT_BLUE_2} from '../../constants'; @@ -314,6 +318,7 @@ const CaptionScreen: React.FC = ({route, navigation}) => { }) } /> + null} /> -- cgit v1.2.3-70-g09d2