Karthik Kovi

Results 1 comments of Karthik Kovi

Remove "implementation project(':@react-native-voice_voice')" from android/app/build.gradle file And also remove following declarations from android/settings.gradle include ':@react-native-voice_voice' project(':@react-native-voice_voice').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-voice/voice/android') declarations i used in android/app/src/main/androidmanifest.xml file "uses-permission android:name="android.permission.RECORD_AUDIO" and try...