aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-07-29 11:01:44 -0700
committerIvan Chen <ivan@tagg.id>2021-07-29 14:05:48 -0400
commit5c99a5a581dd93f89db248d853d9785e83e608ae (patch)
tree2bc70417d56b3e02c49381efe2ba817093851063 /src
parent5bac190975241a8612bb5e1dfb29f71f6893df7c (diff)
Remove unused styles
Diffstat (limited to 'src')
-rw-r--r--src/screens/moments/TagFriendsScreen.tsx19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/screens/moments/TagFriendsScreen.tsx b/src/screens/moments/TagFriendsScreen.tsx
index 677ceefa..c55721ed 100644
--- a/src/screens/moments/TagFriendsScreen.tsx
+++ b/src/screens/moments/TagFriendsScreen.tsx
@@ -231,31 +231,12 @@ const styles = StyleSheet.create({
height: SCREEN_HEIGHT,
alignContent: 'center',
},
- backArrow: {
- marginTop: isIPhoneX() ? HeaderHeight : '10%',
- zIndex: 9999,
- },
- backArrowContainer: {
- flex: 1,
- flexDirection: 'column',
- justifyContent: 'center',
- alignContent: 'center',
- },
button: {
zIndex: 9999,
},
buttonContainer: {
right: 20,
},
- headerContainer: {
- width: SCREEN_WIDTH,
- flexDirection: 'row',
- justifyContent: 'center',
- zIndex: 9999,
- },
- headerPlaceholder: {
- width: SCREEN_WIDTH * 0.5,
- },
shareButtonTitle: {
fontWeight: 'bold',
fontSize: 18,