react-native-worklets-core icon indicating copy to clipboard operation
react-native-worklets-core copied to clipboard

CMake Error

Open MuazzezA opened this issue 3 months ago • 2 comments

Issue

Screenshot

I did all the operations like clearing the cache.

Device:

  • Device: emulator
  • OS: android

package.json file:

{
   "dependencies": {
    "react-native-vision-camera": "^3.9.2",
    "react-native-vision-camera-face-detector": "^1.6.3",
    "react-native-worklets-core": "^1.0.0",
  }
}

babel.congif.js

module.exports = {
  presets: ['module:@react-native/babel-preset'],
  plugins: [
    ['react-native-worklets-core/plugin'],
    ['react-native-reanimated/plugin'],
  ],
};

MuazzezA avatar May 06 '24 12:05 MuazzezA