When running:
eas build --profile development --platform android
I get the following error:
Package "react-native-vad" does not contain a valid config plugin.
Learn more: https://docs.expo.dev/guides/config-plugins/#creating-a-plugin
Cannot use import statement outside a module
Error: build command failed.
app.json:
"plugins": [
"react-native-vad",
],