diff options
author | Brian Kim <brian@tagg.id> | 2021-07-07 18:22:33 -0400 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-07-07 18:22:33 -0400 |
commit | 282ba64214efdfb522dc9617ec897de950b6918c (patch) | |
tree | 08ec6e85fa645b5adabb3ca7779c3016cc44c178 | |
parent | 221c066e69744493892690f2a8d054ce9e24a84d (diff) |
Remove comments
-rw-r--r-- | src/screens/moments/TagFriendsScreen.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/screens/moments/TagFriendsScreen.tsx b/src/screens/moments/TagFriendsScreen.tsx index d4a1733f..a0b782bf 100644 --- a/src/screens/moments/TagFriendsScreen.tsx +++ b/src/screens/moments/TagFriendsScreen.tsx @@ -228,7 +228,6 @@ const styles = StyleSheet.create({ contentContainer: { backgroundColor: 'black', height: SCREEN_HEIGHT, - // justifyContent: 'center', alignContent: 'center', }, backArrow: { @@ -251,11 +250,9 @@ const styles = StyleSheet.create({ }, captionContainer: { marginVertical: 20, - // position: 'absolute', marginTop: SCREEN_HEIGHT * 0.2, flexDirection: 'row', justifyContent: 'center', - // width: SCREEN_WIDTH, borderWidth: 4, borderColor: 'pink', }, |