Skip to content

fix: restore support for Reanimated 3.15+ in v2 with frame processors #3347

fix: restore support for Reanimated 3.15+ in v2 with frame processors

fix: restore support for Reanimated 3.15+ in v2 with frame processors #3347

Triggered via pull request August 7, 2024 10:39
Status Failure
Total duration 58s
Artifacts

validate-js.yml

on: pull_request
Compile JS (tsc)
49s
Compile JS (tsc)
Lint JS (eslint, prettier)
47s
Lint JS (eslint, prettier)
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 16 warnings
Lint JS (eslint, prettier): src/FrameProcessorContext.ts#L7
Unsafe assignment of an `any` value.
Lint JS (eslint, prettier): src/FrameProcessorContext.ts#L7
Require statement not part of import statement.
Lint JS (eslint, prettier): src/FrameProcessorContext.ts#L11
Unsafe assignment of an `any` value.
Lint JS (eslint, prettier): src/FrameProcessorContext.ts#L12
Unsafe assignment of an `any` value.
Lint JS (eslint, prettier): src/FrameProcessorContext.ts#L18
Unsafe assignment of an `any` value.
Lint JS (eslint, prettier)
Process completed with exit code 1.
Compile JS (tsc): example/src/CameraPage.tsx#L232
[tsc] reported by reviewdog 🐶 Type 'FrameProcessor | null' is not assignable to type '((frame: Frame) => void) | SharedValue<((frame: Frame) => void) | undefined> | undefined'. Raw Output: src/CameraPage.tsx(232,17): error TS2322: Type 'FrameProcessor | null' is not assignable to type '((frame: Frame) => void) | SharedValue<((frame: Frame) => void) | undefined> | undefined'.
Compile JS (tsc): example/src/views/StatusBarBlurBackground.tsx#L1
[tsc] reported by reviewdog 🐶 '"@react-native-community/blur"' has no exported member named 'BlurViewProperties'. Did you mean 'BlurViewProps'? Raw Output: src/views/StatusBarBlurBackground.tsx(1,20): error TS2724: '"@react-native-community/blur"' has no exported member named 'BlurViewProperties'. Did you mean 'BlurViewProps'?
Compile JS (tsc)
Process completed with exit code 1.
Lint JS (eslint, prettier)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint JS (eslint, prettier)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint JS (eslint, prettier): src/FrameProcessorContext.ts#L2
Missing return type on function.
Lint JS (eslint, prettier): src/FrameProcessorContext.ts#L3
Replace `"Reanimated·V3·is·not·installed,·Frame·Processors·are·not·available!")` with `'Reanimated·V3·is·not·installed,·Frame·Processors·are·not·available!');`
Lint JS (eslint, prettier): src/FrameProcessorContext.ts#L3
Strings must use singlequote.
Lint JS (eslint, prettier): src/FrameProcessorContext.ts#L8
Unnecessary { after 'if' condition.
Lint JS (eslint, prettier)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compile JS (tsc)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Compile JS (tsc)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Compile JS (tsc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/