ak1394 / react-native-tts

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

windows: fix build for react-native-windows 0.62 #169

Closed jaimecbernardo closed 3 years ago

jaimecbernardo commented 3 years ago

Fixes build errors when using react-native-tts on react-native-windows 0.62.

jaimecbernardo commented 3 years ago

I've added a couple of changes. Now the example uses the root directory of the repo as the source for react-native-tts. This way the current version of the code is the one being used. For the CI, it now runs a subset of the tests that doesn't depend on running in environments with no sound, so it still checks if the Application builds and starts.

ak1394 commented 3 years ago

Thanks!