({ nativeEvent }: LayoutChangeEvent)
| 172 | }, [visible, position, scale]); |
| 173 | |
| 174 | const handleLayout = ({ nativeEvent }: LayoutChangeEvent) => { |
| 175 | const { height } = nativeEvent.layout; |
| 176 | setLayout({ height, measured: true }); |
| 177 | }; |
| 178 | |
| 179 | // The banner animation has 2 parts: |
| 180 | // 1. Blank spacer element which animates its height to move the content |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…