Hide production screen and update minor packages.
This commit is contained in:
@@ -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" />,
|
||||
|
||||
Reference in New Issue
Block a user