adding @react-native-voice/voice to a react native project

485 Views Asked by At

I am trying to add the @react-native-voice/voice library to my react native project: Here is the picture of the package.json file:

enter image description here

the problem is that I get the file compilation error:

enter image description here

Is there any inconsistency between the @react-native-voice/voice package and the whole react native configuration?

Thaks in advance

Kobi

1

There are 1 best solutions below

0
Lalit kumar On BEST ANSWER

Use a different version of react-native-voice. I'm using this version and it's working fine.

react-native-voice: "https://github.com/hoangphan2202/voice.git"