Loading packages/shop-mobile-expo/src/screens/app/Search.screen.tsx +9 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,15 @@ function SearchScreen({}) { img={_item.logo} title={_item.name} titleStyle={{ color: CC.primary }} indicatorIconProps={{ name: 'chevron-right' }} indicatorText={ _item?.isActive ? LANGUAGE.SEARCH_VIEW.OPEN : LANGUAGE.SEARCH_VIEW.CLOSED } indicatorTextColor={ _item?.isActive ? CC.success : CC.danger } indicatorTextSize={CS.FONT_SIZE} height={65} style={GS.mb2} onPress={() => {}} Loading Loading
packages/shop-mobile-expo/src/screens/app/Search.screen.tsx +9 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,15 @@ function SearchScreen({}) { img={_item.logo} title={_item.name} titleStyle={{ color: CC.primary }} indicatorIconProps={{ name: 'chevron-right' }} indicatorText={ _item?.isActive ? LANGUAGE.SEARCH_VIEW.OPEN : LANGUAGE.SEARCH_VIEW.CLOSED } indicatorTextColor={ _item?.isActive ? CC.success : CC.danger } indicatorTextSize={CS.FONT_SIZE} height={65} style={GS.mb2} onPress={() => {}} Loading