-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
🐛 bugSomething isn't workingSomething isn't working
Description
What's happening?
onLayout that's used in SkiaCameraCanvas.tsx was recently removed in @shopify/react-native-skia v2.2.1 release and is now replaced with onSize.
Workaround for now is to downgrade @shopify/react-native-skia to v2.2.0 or lower.
Reproduceable Code
const frameProcessor = useSkiaFrameProcessor(
frame => {
'worklet';
frame.render();
},
[],
);VisionCamera Version
@shopify/react-native-skia @^2.2.1
Can you reproduce this issue in the VisionCamera Example app?
Yes, I can reproduce the same issue in the Example app here
Additional information
- I am using Expo
- I have enabled Frame Processors (react-native-worklets-core)
- I have read the Troubleshooting Guide
- I agree to follow this project's Code of Conduct
- I searched for similar issues in this repository and found none.
MaxPleaner, guiTheret, gpadova, tmoubarak, bacek97 and 1 more
Metadata
Metadata
Assignees
Labels
🐛 bugSomething isn't workingSomething isn't working