You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
yarn
and thenyarn add react-native-vision-camera react-native-worklets-core
The text was updated successfully, but these errors were encountered: