voice
voice copied to clipboard
after linking getting gradle error
After doing all the steps as shown in screenshot
I am getting this error
can anyone help me to solve this i'm in hurry and one warning which i'm getting is this
"warn Package rn-fetch-blob contains invalid configuration: "dependency.hooks" is not allowed. Please verify it's properly linked using "react-native config" command and contact the package maintainers about this."
No need to manually link the library, just install it with the --save flag.
did --save work for you?
I have the same issue I tried multiple times with --save and also manual linking don't know what's the issue
did --save work for you?
Yes it did.
If for some reason you are using Android 11 link
Also do not forget to cd android && ./gradlew clean
I faced the same problem, and i solve it by adding : implementation project(':@react-native-community_voice') in android/app/build.gradle Notice : that the auto-linking will add the line above in the android/build.gralde ( just remove the line from this file )