Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
observed,
registerNode
})}
)}
);
}
}
ArticleList.propTypes = propTypes;
ArticleList.defaultProps = defaultProps;
export { default as ArticleListPageError } from "./article-list-page-error";
export { ArticleListEmptyState };
export default withTrackScrollDepth(ArticleList);
...articleSkeletonPropTypes,
interactiveConfig: PropTypes.shape({}),
onCommentGuidelinesPress: PropTypes.func.isRequired,
onCommentsPress: PropTypes.func.isRequired,
onLinkPress: PropTypes.func.isRequired,
onRelatedArticlePress: PropTypes.func.isRequired,
onTwitterLinkPress: PropTypes.func.isRequired,
onVideoPress: PropTypes.func.isRequired,
onImagePress: PropTypes.func.isRequired
};
ArticleSkeleton.defaultProps = {
...articleSkeletonDefaultProps,
interactiveConfig: {}
};
export default articleTrackingContext(withTrackScrollDepth(ArticleSkeleton));
onPuzzleBarPress: PropTypes.func,
onPuzzlePress: PropTypes.func,
onViewed: PropTypes.func,
receiveChildList: PropTypes.func,
section: PropTypes.shape({}).isRequired
};
Section.defaultProps = {
onArticlePress: () => {},
onPuzzleBarPress: () => {},
onPuzzlePress: () => {},
onViewed: () => {},
receiveChildList: () => {}
};
export default withTrackingContext(withTrackScrollDepth(Section));
/>
)}
);
}
}
Article.propTypes = articlePropTypes;
Article.defaultProps = articleDefaultProps;
export default articleTrackingContext(withTrackScrollDepth(Article));
);
}
}
ArticleSkeleton.propTypes = {
...articleSkeletonPropTypes,
paidContentClassName: PropTypes.string
};
ArticleSkeleton.defaultProps = articleSkeletonDefaultProps;
export { KeylineItem, ArticleKeylineItem } from "./keylines";
export { ArticleLink };
export default articleTrackingContext(withTrackScrollDepth(ArticleSkeleton));
onViewableItemsChanged={onViewed ? this.onViewableItemsChanged : null}
renderItem={this.renderItem}
testID="scroll-view"
viewabilityConfig={viewabilityConfig}
windowSize={5}
/>
);
}
}
ArticleList.propTypes = propTypes;
ArticleList.defaultProps = defaultProps;
export { default as ArticleListPageError } from "./article-list-page-error";
export { ArticleListEmptyState };
export default withTrackScrollDepth(ArticleList);