diff --git a/app/(auth)/(tabs)/_layout.tsx b/app/(auth)/(tabs)/_layout.tsx index f8b8b8fb..f256ab50 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 51796e43..db7d734e 100755 Binary files a/bun.lockb and b/bun.lockb differ