ak1394 / react-native-tts

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

Could not resolve dependency: npm ERR! peer react@"17.0.1" from react-native-windows@0.64.1 #174

Closed allenmanning closed 3 years ago

allenmanning commented 3 years ago

I don't plan on deploying my apps on windows, but I do want TTS. In order for me to upgrade to 4.0 I need to include this library. Is this by design? You must have react-native-windows whether you are going to use it or not?

ak1394 commented 3 years ago

Sorry, this was unintentional. react-native-windows dependency has been removed in 4.1.0

allenmanning commented 3 years ago

Thank you!