react-native-mediapipe
react-native-mediapipe copied to clipboard
chore : upgrade example projects to use latest react-native-vision-camera
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
yarnand thenyarn 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