Skip to main content

VroomChartProps

type VroomChartProps = VroomChartCoreProps & {
style?: StyleProp<ViewStyle>;
};

Source: react-native/src/types.ts:43

Props for the VroomChart component. The cross-platform props come from VroomChartCoreProps; style is the React Native flavor.

Type Declaration

NameTypeDescriptionSource
style?StyleProp<ViewStyle>Style for the chart's root view. Defaults to filling the parent.react-native/src/types.ts:45