We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps:
npm i @react-native-voice/voice --save npx pod-install
app.json
"plugins": [ "expo-router", "@react-native-voice/voice", { "microphonePermission": "Allow our App to access the microphone", "speechRecognitionPermission": "Allow our App to securely recognize user speech" } ],
Error shown:
Package "@react-native-voice/voice" 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
eas build --profile development --platform ios
Can you kindly provide some installation notes and updates for the latest Expo release.
Thanks!
The text was updated successfully, but these errors were encountered:
Generating a development build through EAS solved the issue!
Thanks
Sorry, something went wrong.
No branches or pull requests
Steps:
app.json
Error shown:
Package "@react-native-voice/voice" 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
Can you kindly provide some installation notes and updates for the latest Expo release.
Thanks!
The text was updated successfully, but these errors were encountered: