UNPKG

react-native-refresh-loadmore-recyclerlistview

Version:

The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.

7 lines (6 loc) 156 B
export default class CustomError extends Error { constructor(exception) { super(exception.message); this.name = exception.type; } }