diff --git a/native/navigation/community-drawer-content.react.js b/native/navigation/community-drawer-content.react.js --- a/native/navigation/community-drawer-content.react.js +++ b/native/navigation/community-drawer-content.react.js @@ -15,7 +15,7 @@ import { useNavigateToThread } from '../chat/message-list-types'; import { useStyles } from '../themes/colors'; import type { TextStyle } from '../types/styles'; -import CommunityDrawerItemCommunity from './community-drawer-item-cummunity.react'; +import CommunityDrawerItemCommunity from './community-drawer-item-community.react'; const maxDepth = 2; const safeAreaEdges = Platform.select({ diff --git a/native/navigation/community-drawer-item-cummunity.react.js b/native/navigation/community-drawer-item-community.react.js rename from native/navigation/community-drawer-item-cummunity.react.js rename to native/navigation/community-drawer-item-community.react.js