(e: LayoutChangeEvent)
| 118 | }, [visible, scale, shown]); |
| 119 | |
| 120 | const handleTextLayout = (e: LayoutChangeEvent) => { |
| 121 | onLayout?.(e); |
| 122 | textHeight = e.nativeEvent.layout.height; |
| 123 | }; |
| 124 | |
| 125 | const textColor = getTextColor({ theme, disabled, type }); |
| 126 |
nothing calls this directly
no test coverage detected
searching dependent graphs…