From c9048e45dc85959b27b8f7185262eb58abc621c6 Mon Sep 17 00:00:00 2001 From: Amar Preet Singh Date: Fri, 24 Nov 2023 20:35:28 +0530 Subject: [PATCH] flex property removed from tabbar label style --- 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