()
| 294 | } |
| 295 | |
| 296 | getScrollableNode() { |
| 297 | const listRef = this._wrapperListRef && this._wrapperListRef.getListRef(); |
| 298 | if (listRef) { |
| 299 | return listRef.getScrollableNode(); |
| 300 | } |
| 301 | } |
| 302 | |
| 303 | render() { |
| 304 | const List = this.props.legacyImplementation ? MetroListView : VirtualizedSectionList; |
no test coverage detected