ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
601 stars 154 forks source link

Remove outdated linking #264

Closed fredlemieux closed 2 weeks ago

fredlemieux commented 1 month ago

React-native link is no longer necessary, auto-linking is now implemented.

Also added a .gitignore file for good measure.

https://github.com/ak1394/react-native-tts/issues/259

ak1394 commented 2 weeks ago

Thanks for the PR!