houabdu

Results 4 comments of houabdu

According to this: https://issuetracker.google.com/issues/178965151, Google still doesn't fully support MLKIT on Apple Silicon. I think this repo can't do anything. But this works for me: 1. Open Terminal with Rosetta...

Thank you! Would be great to be merged

``` diff --git a/node_modules/@react-native-voice/voice/android/build.gradle b/node_modules/@react-native-voice/voice/android/build.gradle index 8fce879..bda4ee1 100644 --- a/node_modules/@react-native-voice/voice/android/build.gradle +++ b/node_modules/@react-native-voice/voice/android/build.gradle @@ -62,6 +62,5 @@ def supportVersion = rootProject.hasProperty('supportLibVersion') ? rootProject. dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation...