Amir Zubair

Results 8 comments of Amir Zubair

@Titozzz I've updated the PR and resolved the merge conflicts. It's now up to date with the latest changes — ready for review and merge.

@avet-m This issue occurs only on Android; iOS works fine, so the fix applies exclusively to Android.

@allan-wright for IOS its handled on the following event like I have handled: ``` const onShouldStartLoadWithRequest = (event: any) => { const { url, title } = event; if (url.startsWith('data:'))...

I have fixed and published separately you can try it out [react-native-voice](https://www.npmjs.com/package/@dev-amirzubair/react-native-voice)

@dprajapati1179 you can also visit the link I have mentioned the changes: ✅ New Architecture Support - Works with Fabric and TurboModules ✅ Bridgeless Mode - Full support for React...

@waleediqbal1717 Android: No speech recognition services found Install the [Google Search app](https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox) from Play Store. also test it on real device on simulator it will not work properly

> > > when uninstalled @react-native-voice/voice it shows error like @react-native-voice/voice package is missing > > > > > > Because the name also changed so change all your import...

I did forked and fixed new and old architecture issues you can try this [react-native-voice](https://www.npmjs.com/package/@dev-amirzubair/react-native-voice)