Skip to content

stable version for wang #7

stable version for wang

stable version for wang #7

Triggered via push March 19, 2026 04:55
Status Failure
Total duration 42s
Artifacts

ci.yml

on: push
Matrix: quality
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
quality (22): app/settings.tsx#L403
Property 'qrStepNumText' does not exist on type '{ container: { flex: number; }; keyboardView: { flex: number; }; loadingContainer: { flex: number; justifyContent: "center"; alignItems: "center"; }; loadingText: { fontSize: number; }; header: { flexDirection: "row"; alignItems: "center"; paddingHorizontal: number; paddingVertical: number; borderBottomWidth: number...'.
quality (22): app/settings.tsx#L402
Property 'qrStepNum' does not exist on type '{ container: { flex: number; }; keyboardView: { flex: number; }; loadingContainer: { flex: number; justifyContent: "center"; alignItems: "center"; }; loadingText: { fontSize: number; }; header: { flexDirection: "row"; alignItems: "center"; paddingHorizontal: number; paddingVertical: number; borderBottomWidth: number...'.
quality (22): app/settings.tsx#L401
Property 'qrStepRow' does not exist on type '{ container: { flex: number; }; keyboardView: { flex: number; }; loadingContainer: { flex: number; justifyContent: "center"; alignItems: "center"; }; loadingText: { fontSize: number; }; header: { flexDirection: "row"; alignItems: "center"; paddingHorizontal: number; paddingVertical: number; borderBottomWidth: number...'.
quality (22): app/settings.tsx#L399
Property 'qrSteps' does not exist on type '{ container: { flex: number; }; keyboardView: { flex: number; }; loadingContainer: { flex: number; justifyContent: "center"; alignItems: "center"; }; loadingText: { fontSize: number; }; header: { flexDirection: "row"; alignItems: "center"; paddingHorizontal: number; paddingVertical: number; borderBottomWidth: number...'.
quality (22): app/settings.tsx#L394
Property 'qrDesc' does not exist on type '{ container: { flex: number; }; keyboardView: { flex: number; }; loadingContainer: { flex: number; justifyContent: "center"; alignItems: "center"; }; loadingText: { fontSize: number; }; header: { flexDirection: "row"; alignItems: "center"; paddingHorizontal: number; paddingVertical: number; borderBottomWidth: number...'.
quality (22): app/pcmstream-test.tsx#L8
Module '"react-native-pcm-stream"' has no exported member 'OnPlaybackStopEventPayload'. Did you mean to use 'import OnPlaybackStopEventPayload from "react-native-pcm-stream"' instead?
quality (22): app/pcmstream-test.tsx#L7
Module '"react-native-pcm-stream"' has no exported member 'OnPlaybackStartEventPayload'. Did you mean to use 'import OnPlaybackStartEventPayload from "react-native-pcm-stream"' instead?
quality (22): app/pcmstream-test.tsx#L6
Module '"react-native-pcm-stream"' has no exported member 'OnPlaybackProgressEventPayload'. Did you mean to use 'import OnPlaybackProgressEventPayload from "react-native-pcm-stream"' instead?
quality (22): app/explore.tsx#L62
'error' is of type 'unknown'.
quality (22): app/(tabs)/main.tsx#L438
Argument of type 'boolean | undefined' is not assignable to parameter of type 'boolean'.
quality (22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/