(event: LayoutChangeEvent)
| 483 | } |
| 484 | |
| 485 | function _onLayout(event: LayoutChangeEvent) { |
| 486 | const eventHeight = event.nativeEvent.layout.height; |
| 487 | if (eventHeight > height) { |
| 488 | setHeight(eventHeight); |
| 489 | } |
| 490 | } |
| 491 | |
| 492 | function _renderImage(source: ImageSourcePropType | undefined) { |
| 493 | if (renderImage) { |
no outgoing calls
no test coverage detected
searching dependent graphs…