current: ``` module.exports = { presets: ['module:@react-native/babel-present'], plugins: [['react-native-worklets-core/plugin']], } ``` should be: ``` module.exports = { presets: ['module:@react-native/babel-preset'], plugins: [['react-native-worklets-core/plugin']], } ``` https://github.com/cdiddy77/react-native-mediapipe/blob/main/README.md?plain=1#L35
current:
should be:
https://github.com/cdiddy77/react-native-mediapipe/blob/main/README.md?plain=1#L35