0

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

krasnoff
  • 847
  • 3
  • 17
  • 34

1 Answers1

0

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"

Lalit kumar
  • 2,377
  • 1
  • 22
  • 17