From 200063f4c00b7043bc5fe203e373e81f4b4aad52 Mon Sep 17 00:00:00 2001 From: Amar Preet Singh <68786618+Amarpsp10@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:40:56 +0530 Subject: [PATCH] fix(boilerplate): flex property removed from tabbar label style (#2569 by @Amarpsp10) [skip ci] Co-authored-by: Amar Preet Singh --- boilerplate/app/navigators/DemoNavigator.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/boilerplate/app/navigators/DemoNavigator.tsx b/boilerplate/app/navigators/DemoNavigator.tsx index 22f1fb584..52c59d0f7 100644 --- a/boilerplate/app/navigators/DemoNavigator.tsx +++ b/boilerplate/app/navigators/DemoNavigator.tsx @@ -105,7 +105,6 @@ const $tabBarLabel: TextStyle = { fontSize: 12, fontFamily: typography.primary.medium, lineHeight: 16, - flex: 1, } // @demo remove-file