ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
626 stars 159 forks source link

Remove outdated linking #264

Closed fredlemieux closed 5 months ago

fredlemieux commented 5 months 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 5 months ago

Thanks for the PR!