-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels