Skip to content

Migrated to yarn

Migrated to yarn #2

Triggered via push August 22, 2025 05:25
Status Failure
Total duration 46s
Artifacts

main.yml

on: push
check-skip
3s
check-skip
build-and-deploy
0s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: app/screens/CommentSection.tsx#L88
Type '{ id: string; }[]' is not assignable to type 'comment[]'.
test: app/screens/CommentSection.tsx#L67
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{}'.
test: app/screens/CommentSection.tsx#L38
Argument of type '[]' is not assignable to parameter of type '[uid: UserData] | (() => [uid: UserData])'.
test: app/components/inputs/radioBtn.tsx#L42
Argument of type '{ container: { width: "100%"; }; btn: { height: "auto"; marginVertical: number; marginHorizontal: number; borderRadius: number; paddingVertical: number; paddingHorizontal: number; transitionDuration: string; flexDirection: "row"; borderColor: string; borderWidth: number; }; btnTxt: { ...; }; }' is not assignable to parameter of type '{ container: { width: "100%"; }; btn: { height: "auto"; marginVertical: number; marginHorizontal: number; borderRadius: number; paddingVertical: number; paddingHorizontal: number; transitionDuration: string; flexDirection: "row"; borderColor: string; borderWidth: number; }; btnTxt: { ...; }; } & NamedStyles<...>'.
test: app/components/display/customText.tsx#L3
Parameter 'props' implicitly has an 'any' type.
test: app/components/containers/post.tsx#L185
Argument of type '[string, { post_id: string; }]' is not assignable to parameter of type 'never'.
test: app/components/containers/HomeHeader.tsx#L33
No overload matches this call.
test: app/components/containers/HomeHeader.tsx#L30
No overload matches this call.
test: app/components/containers/HomeHeader.tsx#L25
No overload matches this call.
test: app/auth/firebase.tsx#L4
Module '"firebase/auth"' has no exported member 'getReactNativePersistence'.