Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Mar 26, 2024
1 parent b6bd13f commit cefcd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Camera/ARCamera/FrameProcessorCamera.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ const FrameProcessorCamera = ( {
}, [onLog] );

const handleResults = Worklets.createRunInJsFn( ( result, timeTaken ) => {
// I am don't know if it is a temporary thing but as of vision-camera@3.9.1
// and react-native-woklets-core@0.3.0 the Array in the worklet does not have all
// I don't know if it is a temporary thing but as of vision-camera@3.9.1
// and react-native-woklets-core@0.4.0 the Array in the worklet does not have all
// the methods of a normal array, so we need to convert it to a normal array here
// getPredictionsForImage is fine
let { predictions } = result;
Expand Down

0 comments on commit cefcd83

Please sign in to comment.