diff --git a/native/community-settings/tag-farcaster-channel/remove-tag-button.react.js b/native/community-settings/tag-farcaster-channel/remove-tag-button.react.js --- a/native/community-settings/tag-farcaster-channel/remove-tag-button.react.js +++ b/native/community-settings/tag-farcaster-channel/remove-tag-button.react.js @@ -1,7 +1,7 @@ // @flow import * as React from 'react'; -import { Text, ActivityIndicator } from 'react-native'; +import { View, Text, ActivityIndicator } from 'react-native'; import { useRemoveFarcasterChannelTag } from 'lib/shared/community-utils.js'; import type { SetState } from 'lib/types/hook-types.js'; @@ -39,7 +39,7 @@ return ( ); }