react-native-mediapipe icon indicating copy to clipboard operation
react-native-mediapipe copied to clipboard

chore : upgrade example projects to use latest react-native-vision-camera

Open cdiddy77 opened this issue 1 year ago • 0 comments

RNVC is constantly shipping new versions. We have patches for older versions that may or may not be necessary (and thus have to be recreated) with the newer versions

Rough outline of steps:

  • start with objectdetection
  • upgrade the versions of RNVC and react-native-worklets-core by deleting the entries in package.json, doing yarn and then yarn add react-native-vision-camera react-native-worklets-core
  • build the project on ios and android and fix what breaks, at build time and runtime
  • move on to the next example app and repeat

cdiddy77 avatar Jun 22 '24 14:06 cdiddy77