Hide production screen and update minor packages.

This commit is contained in:
Patrick Fic
2025-10-28 13:27:56 -07:00
parent a207d5dff7
commit 38c2b0af5a
6 changed files with 381 additions and 375 deletions

View File

@@ -62,6 +62,15 @@ function AuthenticatedLayout() {
),
})}
</NativeTabs.Trigger>
{/* <NativeTabs.Trigger name="production">
{Platform.select({
ios: <Icon sf="gear" drawable="custom_android_drawable" />,
android: (
<Icon src={<VectorIcon family={MaterialIcons} name="start" />} />
),
})}
<Label>{t("production.titles.production")}</Label>
</NativeTabs.Trigger> */}
<NativeTabs.Trigger name="settings">
{Platform.select({
ios: <Icon sf="gear" drawable="custom_android_drawable" />,