fix: restore support for Reanimated 3.15+ in v2 with frame processors #3347
Annotations
3 errors and 3 warnings
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'.
|
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'?
|
|
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/
|
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/
|
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/
|
This job failed
Loading