wdoyle2
Results
2
issues of
wdoyle2
We use **useCaptureProtection** and **preventScreenshot** to prevent screenshoting on iOS and Android. On Android this works perfectly fine as well as the events when a screenshot is triggered. However on...
Hey there, When attempting to use the following code: ``` const frameProcessor = useFrameProcessor( frame => { 'worklet'; console.log('test'); runAsync(frame, () => { 'worklet'; console.log('test2'); }); }, [], ); ```...