OleksiiMaksymov
OleksiiMaksymov
I have same issue with useSkiaFrameProcessor and runAsync worklet inside. Witht the debug mode everything works, but with a release mode -- 9/10 times have crashes. SkiaFrameProcessor by itslef works...
I only found a workaround to change the context of runAsync execution from .createContext(...) to just .defaultContext; Because I had also issue, that worklet wasn't working on ios in RELEASE...
@anday013 @rob-pathway just quick question, as I want to use this package. Will this PR be merged soon? :)
@anday013 will test now, thank you man!
@anday013 when could you publish new version?
@anday013 that would be awesome! Thanks again!
@wcandillon I have few ideas, as I had these issues, so decided to use modified hook for the video.
@doublelam Use sharedValue if you don't want to rerender entire screen: ``` const currentPath = useSharedValue(Skia.Path.Make()); const panGesture = useMemo( () => Gesture.Pan() .onBegin(e => { 'worklet'; currentPath.modify((v) => {...
@wcandillon issue can be closed
@wcandillon I was talking about this one ^^