-
Notifications
You must be signed in to change notification settings - Fork 501
Different Issues (Android and iOS) with useSkiaFrameProcessor #2964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Note 1 : the sample repo only shows the crash and black screen on Android, it doesn't include the iOS yet. Note 2 : Same result on android and ios with "newArchEnabled" |
Having the same issue, memory leak on ios |
I downgraded to "1.2.1" version, no crashes |
Tested on Android, getting black screen |
I'm experiencing the same iOS memory leak leading to a crash when using |
@wcandillon Hi William, sorry to @ you directly. I was wondering if those issues are on the radar, to me it sounds like pretty major issues with the skiaFrameProcessor (the ios memory leak causing a crash and some android devices not working at all crash | black screen). |
@maxximee we do plan do to maybe add an skia-frame-processor example and investigate this further but this will take a bit of time. |
Just tried updating to the new SDK version; still the same thing: there's a leak somewhere... 🤔 |
Description
Android
Samsung S8 with android 9:
Exception:
ERROR Frame Processor Error: Exception in HostFunction: Failed to convert NativeBuffer to SkImage!, js engine: VisionCamera
Some other devices, for example Pixel 9 with android 15:

Black Screen:
iOS
Memory Leak, memory increase until app crashes:
https://youtube.com/shorts/kShery3nVW0
React Native Skia Version
1.11.7
React Native Version
0.76.7
Using New Architecture
Steps to Reproduce
Start sample app linked below, just add useSkiaFrameProcessor to vision-camera.
Relevant dependencies:
"react-native-vision-camera": "4.6.3"
"react-native-worklets-core": "1.5.0"
Snack, Code Example, Screenshot, or Link to Repository
https://github.com/maxximee/skiaIssues
The text was updated successfully, but these errors were encountered: