Upgrade to expo 52 - beta #3650
Annotations
10 errors and 1 warning
Type Check:
packages/core/src/components/AccordionGroup.tsx#L77
Property 'theme' is missing in type '{ children: string | undefined; selectable: false; style: (TextStyle | { color: any; })[]; }' but required in type '{ theme: ReadTheme; }'.
|
Type Check:
packages/core/src/components/Checkbox/CheckboxGroupRow.tsx#L54
Property 'theme' is missing in type '{ children: string; style: StyleProp<TextStyle>[]; }' but required in type '{ theme: ReadTheme; }'.
|
Type Check:
packages/core/src/components/Checkbox/CheckboxRow.tsx#L40
Property 'theme' is missing in type '{ children: string; style: StyleProp<TextStyle>[]; }' but required in type '{ theme: ReadTheme; }'.
|
Type Check:
packages/core/src/components/DatePicker/DatePicker.tsx#L430
Type 'Partial<(false & { height?: number | undefined; }) | ("" & { height?: number | undefined; }) | (TextStyle & { height?: number | undefined; }) | (false & { height?: number | undefined; } & TextStyle) | ... 19 more ... | (RecursiveArray<...> & ... 1 more ... & RecursiveArray<...>)>' is not assignable to type 'ViewStyle | Falsy | TextStyle | RegisteredStyle<ViewStyle | TextStyle | undefined> | RecursiveArray<ViewStyle | Falsy | TextStyle | RegisteredStyle<...>> | readonly (ViewStyle | ... 2 more ... | RegisteredStyle<...>)[]'.
|
Type Check:
packages/core/src/components/DatePicker/DatePicker.tsx#L444
Type 'Partial<(false & { height?: number | undefined; }) | ("" & { height?: number | undefined; }) | (TextStyle & { height?: number | undefined; }) | (false & { height?: number | undefined; } & TextStyle) | ... 19 more ... | (RecursiveArray<...> & ... 1 more ... & RecursiveArray<...>)>' is not assignable to type 'ViewStyle | Falsy | TextStyle | RegisteredStyle<ViewStyle | TextStyle | undefined> | RecursiveArray<ViewStyle | Falsy | TextStyle | RegisteredStyle<...>> | readonly (ViewStyle | ... 2 more ... | RegisteredStyle<...>)[]'.
|
Type Check:
packages/core/src/components/FormRow.tsx#L29
Type 'any[]' is not assignable to type '(ViewStyle & (false | "" | ViewStyle | RegisteredStyle<ViewStyle> | RecursiveArray<ViewStyle | Falsy | RegisteredStyle<ViewStyle>> | ((state: PressableStateCallbackType) => StyleProp<...>) | null)) | undefined'.
|
Type Check:
packages/core/src/components/Picker/PickerInputContainer.tsx#L68
Property 'theme' is missing in type '{ error?: boolean | undefined; placeholder?: string | undefined; label?: string | undefined; assistiveText?: string | undefined; iconColor?: string | undefined; iconSize?: number | undefined; ... 11 more ...; style: Partial<...>; }' but required in type '{ type?: "solid" | "underline" | undefined; defaultValue?: string | undefined; disabled?: boolean | undefined; label?: string | undefined; error?: boolean | undefined; leftIconName?: string | undefined; ... 12 more ...; render?: ((props: TextInputProps & { ...; }) => ReactNode) | undefined; }'.
|
Type Check:
packages/core/src/components/PinInput/PinInput.tsx#L113
Property 'theme' is missing in type '{ children: string; style: (TextStyle | { fontSize: number; } | { color: any; } | undefined)[]; isFocused: boolean; }' but required in type 'CustomPinInputTextProps'.
|
Type Check:
packages/core/src/components/RadioButton/RadioButton.tsx#L50
Property 'theme' is missing in type '{ Icon: IconI; icon: string; color: string | undefined; disabled: boolean; onPress: () => void; size: number; style: StyleProp<ViewStyle>; }' but required in type '{ icon?: string | undefined; color?: string | undefined; size?: number | undefined; disabled?: boolean | undefined; loading?: boolean | undefined; onPress: () => void; theme: ReadTheme; style?: StyleProp<...>; activeOpacity?: number | undefined; disabledOpacity?: number | undefined; }'.
|
Type Check:
packages/core/src/components/RadioButton/RadioButtonRow.tsx#L56
Property 'theme' is missing in type '{ children: string; style: StyleProp<TextStyle>[]; }' but required in type '{ theme: ReadTheme; }'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading