Govinda Kocharekar
Govinda Kocharekar
Hi @roblevintennis I am not sure exact what the issue you are facing. But from above context I get that you are trying to get square button with "longer text"...
Hi @lichspace, another workaround will be adding "lineHeight". I think adding property "leading" make Text to cut off it may not calculate the text height properly. Here is same code...
Hi, Can you provide the '...restArrowProps'? I suspect that '...restArrowProps' has some prop that gets the **boolean** value, but expects the other type of value instead of boolean
Actually reading the files i found that _arrowProps_ which you populate are also have one extra prop 'rtl' which is boolean It has Interface for prop like below ```js interface...