Skip to content

Unit testing

Unit testing #36

Re-run triggered October 4, 2025 13:22
Status Failure
Total duration 25s
Artifacts

type-check.yaml

on: pull_request
Type Check
21s
Type Check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Type Check: src/packages/react-native-material-elements/examples/whats-app/UserList.tsx#L32
Type '{ children: Element[]; display: string; flexDirection: string; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
Type Check: src/packages/react-native-material-elements/examples/whats-app/UserList.tsx#L26
Type '{ children: string; fontSize: number; }' is not assignable to type 'IntrinsicAttributes & Omit<TextProps, "ref"> & RefAttributes<Text>'.
Type Check: src/packages/react-native-material-elements/examples/whats-app/UserList.tsx#L24
Type '{ children: Element[]; paddingBottom: number; display: string; flexDirection: string; alignItems: string; justifyContent: string; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
Type Check: src/packages/react-native-material-elements/examples/Menu/MenuWithIcons.tsx#L66
Type '{ children: Element; paddingRight: number; }' is not assignable to type 'IntrinsicAttributes & Omit<ListItemIconProps, "ref"> & RefAttributes<View>'.
Type Check: src/packages/react-native-material-elements/examples/Menu/MenuWithIcons.tsx#L59
Type '{ children: Element; paddingRight: number; }' is not assignable to type 'IntrinsicAttributes & Omit<ListItemIconProps, "ref"> & RefAttributes<View>'.
Type Check: src/packages/react-native-material-elements/examples/Menu/MenuWithIcons.tsx#L53
Type '{ children: Element; paddingRight: number; }' is not assignable to type 'IntrinsicAttributes & Omit<ListItemIconProps, "ref"> & RefAttributes<View>'.
Type Check: src/packages/react-native-material-elements/examples/Menu/MenuWithIcons.tsx#L47
Type '{ children: Element; paddingRight: number; }' is not assignable to type 'IntrinsicAttributes & Omit<ListItemIconProps, "ref"> & RefAttributes<View>'.
Type Check: src/packages/react-native-material-elements/examples/AppBar.tsx#L16
Type '{ children: Element; flex: number; display: string; justifyContent: string; alignItems: string; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
Type Check: src/packages/react-native-material-elements/examples/AppBar.tsx#L13
Type '{ children: Element; flex: number; display: string; justifyContent: string; alignItems: string; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
Type Check: src/packages/react-native-material-elements/examples/AppBar.tsx#L10
Type '{ children: Element; flex: number; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.