diff options
Diffstat (limited to 'src/screens/moments/TagFriendsScreen.tsx')
-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', }, |