From a5ef509d2a1f79d85c76ee766dabe96acac2a989 Mon Sep 17 00:00:00 2001 From: George Rusu Date: Tue, 25 May 2021 13:22:52 -0700 Subject: Add layering functionality when editing tags --- src/screens/profile/CaptionScreen.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/screens') diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index 188ccc1f..731e001c 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -118,6 +118,7 @@ const CaptionScreen: React.FC = ({route, navigation}) => { taggedUsers.map((u, index) => ({ x: index * 50 - 150, y: index * 50 - 150, + z: 1, user_id: u.id, })), ); -- cgit v1.2.3-70-g09d2