react-native-speech icon indicating copy to clipboard operation
react-native-speech copied to clipboard

Getting an error when trying to use this library.

Open JacobSiegel35 opened this issue 7 years ago • 4 comments

simulator screen shot oct 14 2016 7 33 47 pm

The code I use is copied and pasted from your website.

JacobSiegel35 avatar Oct 14 '16 23:10 JacobSiegel35

Hi @JacobSiegel35 ,

I also saw this error when I just installed the package. I performed the following to make it work again:

  1. Link the native library to your xcode project with react-native link
  2. Rebuild xcode project. react-native run-ios should do
  3. Restart the packager. Previous command should do that as well.

Hope that helps.

Cheers, Ivan

zubivan avatar Oct 28 '16 09:10 zubivan

Great! Thanks man, I'll be sure to try this out.

JacobSiegel35 avatar Oct 28 '16 17:10 JacobSiegel35

same error on android but it is not working after trying react-native link

aligenc avatar Mar 27 '17 12:03 aligenc

@aligenc +1, any solution for android?

yuriborborema avatar Jan 16 '19 06:01 yuriborborema