From 6fd5a5516595d1731af35e1cef9607ce7b32e8f6 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Tue, 25 May 2021 18:55:42 -0400 Subject: More investigation with draggable, Progress --- src/screens/profile/CaptionScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screens/profile') diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index e2fce032..69f4b3d9 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -116,8 +116,8 @@ const CaptionScreen: React.FC = ({route, navigation}) => { const momentTagResponse = await postMomentTags( momentResponse.moment_id, taggedUsers.map((u, index) => ({ - x: index * 50 - 150, - y: index * 50 - 150, + x: index * 50, + y: index * 50, z: 1, user_id: u.id, })), -- cgit v1.2.3-70-g09d2