import { ViewStyle } from "react-native";

export const tvPluginsWithCellRenderer = [
  "group-qb",
  "gallery-qb",
  "grid-qb",
  "hero-qb",
  "list-qb",
];

// Can't be used in StyleSheet.create, need to be inline/defined as a constant
// https://github.com/necolas/react-native-web/issues/1427
export const flatListOverflowStyle: ViewStyle = { overflow: "visible" };