@applicaster/zapp-react-native-ui-components
Version:
Applicaster Zapp React Native ui components for the Quick Brick App
14 lines (11 loc) • 370 B
text/typescript
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" };