chore: upgrade react native 0.78 #3588
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.
|