aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/moments/TagFriendsScreen.tsx16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/screens/moments/TagFriendsScreen.tsx b/src/screens/moments/TagFriendsScreen.tsx
index 2518cfbb..5e267d72 100644
--- a/src/screens/moments/TagFriendsScreen.tsx
+++ b/src/screens/moments/TagFriendsScreen.tsx
@@ -49,22 +49,6 @@ const TagFriendsScreen: React.FC<TagFriendsScreenProps> = ({route}) => {
}, [selectedTags]);
/*
- * Hide Tab Bar
- */
- useFocusEffect(
- useCallback(() => {
- navigation.dangerouslyGetParent()?.setOptions({
- tabBarVisible: false,
- });
- return () => {
- navigation.dangerouslyGetParent()?.setOptions({
- tabBarVisible: true,
- });
- };
- }, [navigation]),
- );
-
- /*
* Navigate back to Tag Users Screen, send selected users
*/
const handleDone = () => {