()
| 78 | ); |
| 79 | } |
| 80 | getListRef() { |
| 81 | return this._listRef; |
| 82 | } |
| 83 | static defaultProps: DefaultProps = { |
| 84 | keyExtractor: (item, index) => item.key || String(index), |
| 85 | renderScrollComponent: (props: Props) => { |
no outgoing calls
no test coverage detected