(event: LayoutChangeEvent)
| 186 | }, [prevWidth, startAnimation, visible]); |
| 187 | |
| 188 | const onLayout = (event: LayoutChangeEvent) => { |
| 189 | setPrevWidth(width); |
| 190 | setWidth(event.nativeEvent.layout.width); |
| 191 | }; |
| 192 | |
| 193 | const tintColor = color || theme.colors?.primary; |
| 194 | const trackTintColor = theme.isV3 |
no outgoing calls
no test coverage detected
searching dependent graphs…