comontes
comontes
expo 46 and "lottie-react-native": "5.1.4" and still have this issue
> I am facing the same issue. I got a console of animation reference in onAnimationFinish and I found that it is stuck in infinite loop. I checked the same...
I need the same feature, to keep a file of the recording and do live speech to text
I think this would help for iOS https://developer.apple.com/documentation/speech/sfspeechrecognitionrequest/3930023-addspunctuation
Ok, so using patch-package I changed: ``` diff --git a/node_modules/@react-native-voice/voice/ios/Voice/Voice.m b/node_modules/@react-native-voice/voice/ios/Voice/Voice.m index fd9dad8..6f13745 100644 --- a/node_modules/@react-native-voice/voice/ios/Voice/Voice.m +++ b/node_modules/@react-native-voice/voice/ios/Voice/Voice.m @@ -153,6 +153,11 @@ - (void) setupAndStartRecognizing:(NSString*)localeStr { // Configure request so...