diff --git a/app/(auth)/(tabs)/_layout.tsx b/app/(auth)/(tabs)/_layout.tsx index f256ab50..f8b8b8fb 100644 --- a/app/(auth)/(tabs)/_layout.tsx +++ b/app/(auth)/(tabs)/_layout.tsx @@ -77,12 +77,12 @@ export default function TabLayout() { name="(custom-links)" options={{ title: "Custom Links", - // @ts-expect-error - tabBarItemHidden: settings?.showCustomMenuLinks ? false : true, tabBarIcon: Platform.OS == "android" ? () => require("@/assets/icons/list.png") : () => ({ sfSymbol: "list.dash" }), + tabBarButton: (p) => + settings?.showCustomMenuLinks == true ? undefined : null, }} /> diff --git a/bun.lockb b/bun.lockb index db7d734e..51796e43 100755 Binary files a/bun.lockb and b/bun.lockb differ