Skip to content

chore: upgrade react native 0.78 #3588

chore: upgrade react native 0.78

chore: upgrade react native 0.78 #3588

Triggered via pull request March 4, 2025 12:14
Status Failure
Total duration 3m 29s
Artifacts

type-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run type check: src/App.tsx#L90
'Toast' cannot be used as a JSX component.
Run type check: src/components/BottomSheetWrapper.tsx#L136
'BottomSheetBackdrop' cannot be used as a JSX component.
Run type check: src/components/BottomSheetWrapper.tsx#L138
Type 'number' is not assignable to type 'never'.
Run type check: src/components/BottomSheetWrapper.tsx#L139
Type 'number' is not assignable to type 'never'.
Run type check: src/components/BottomSheetWrapper.tsx#L140
Type 'string' is not assignable to type 'never'.
Run type check: src/components/BottomSheetWrapper.tsx#L179
This JSX tag's 'children' prop expects type 'never' which requires multiple children, but only a single child was provided.
Run type check: src/components/BottomSheetWrapper.tsx#L179
'BottomSheetView' cannot be used as a JSX component.
Run type check: src/components/BottomSheetWrapper.tsx#L179
Type '(false | { borderTopLeftRadius: number; borderTopRightRadius: number; height: "100%"; position: "relative"; } | { minHeight: number; })[]' is not assignable to type 'never'.
Run type check: src/components/BottomSheetWrapper.tsx#L179
Type 'string | undefined' is not assignable to type 'never'.
Run type check: src/components/ContactImage.tsx#L17
'ProfileImage' cannot be used as a JSX component.