export const QUERY_SIZE = 50;
export const VIEWABILITY_CONFIG = {
itemVisiblePercentThreshold: 10
};
export const SCROLL_LIMIT = 200;