Upgrade to expo 52 - beta #3654
Annotations
10 errors and 1 warning
build:
packages/core/src/components/Button.tsx#L108
Type '({ pressed }: PressableStateCallbackType) => ({ fontStyle?: "normal" | "italic" | undefined; textShadowColor?: ColorValue | undefined; textShadowOffset?: { ...; } | undefined; ... 180 more ...; includeFontPadding?: boolean | undefined; } | { ...; })[]' is not assignable to type 'StyleProp<ViewStyle> | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>)'.
|
build:
packages/core/src/components/Button.tsx#L153
Type '(TextStyle & (false | "" | ViewStyle | RegisteredStyle<ViewStyle> | RecursiveArray<ViewStyle | Falsy | RegisteredStyle<ViewStyle>> | ((state: PressableStateCallbackType) => StyleProp<...>) | null)) | undefined' is not assignable to type 'ViewStyle | Falsy | RegisteredStyle<ViewStyle> | RecursiveArray<ViewStyle | Falsy | RegisteredStyle<ViewStyle>> | readonly (ViewStyle | ... 1 more ... | RegisteredStyle<...>)[]'.
|
build:
packages/core/src/components/Button.tsx#L180
Type '(TextStyle & (false | "" | ViewStyle | RegisteredStyle<ViewStyle> | RecursiveArray<ViewStyle | Falsy | RegisteredStyle<ViewStyle>> | ((state: PressableStateCallbackType) => StyleProp<...>) | null)) | undefined' is not assignable to type 'ViewStyle | Falsy | RegisteredStyle<ViewStyle> | RecursiveArray<ViewStyle | Falsy | RegisteredStyle<ViewStyle>> | readonly (ViewStyle | ... 1 more ... | RegisteredStyle<...>)[]'.
|
build:
packages/core/src/components/DatePicker/DatePicker.tsx#L420
No overload matches this call.
|
build:
packages/core/src/components/DatePicker/DatePicker.tsx#L438
Type 'ImageStyle' is not assignable to type '((false | "" | ImageStyle | RegisteredStyle<ImageStyle> | RecursiveArray<Falsy | ImageStyle | RegisteredStyle<ImageStyle>>) & (false | ... 3 more ... | RecursiveArray<...>)) | null | undefined'.
|
build:
packages/core/src/components/DatePicker/DatePicker.tsx#L523
Type '{ marginLeft: number; resizeMode?: ImageResizeMode | undefined; backfaceVisibility?: "visible" | "hidden" | undefined; borderBottomLeftRadius?: AnimatableNumericValue | string | undefined; ... 96 more ...; translateY?: AnimatableNumericValue | undefined; }' is not assignable to type '((false | "" | ImageStyle | RegisteredStyle<ImageStyle> | RecursiveArray<Falsy | ImageStyle | RegisteredStyle<ImageStyle>>) & (false | ... 3 more ... | RecursiveArray<...>)) | null | undefined'.
|
build:
packages/core/src/components/Image.tsx#L73
Type 'StyleProp<ImageStyle>' is not assignable to type 'ViewStyle | Falsy | RegisteredStyle<ViewStyle> | RecursiveArray<ViewStyle | Falsy | RegisteredStyle<ViewStyle>> | readonly (ViewStyle | ... 1 more ... | RegisteredStyle<...>)[]'.
|
build:
packages/core/src/components/Picker/PickerInputContainer.tsx#L75
Type 'Partial<ViewStyle | TextStyle>' is not assignable to type '((false | "" | ViewStyle | RegisteredStyle<ViewStyle> | RecursiveArray<ViewStyle | Falsy | RegisteredStyle<ViewStyle>>) & (false | ... 3 more ... | RecursiveArray<...>)) | null | undefined'.
|
build:
packages/core/src/components/PinInput/PinInput.tsx#L27
Interface 'PinInputProps' incorrectly extends interface 'TextInputProps'.
|
build:
packages/core/src/components/SVG.native.tsx#L17
No overload matches this call.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|