Before submitting a new issue
Bug summary
When I call await Speech.getAvailableVoices() on iOS, it returns an empty list. However, when I call await Speech.getAvailableVoices('en-US'), it correctly returns the available en-US voices. On Android, both calls work as expected.
Library version
1.3.0
Environment info
Used Expo 54 with react native 0.81.4
Steps to reproduce
- …
- …
Reproducible example repository
https://github.com/mhpdev-com/react-native-speech/tree/main/example
Before submitting a new issue
Bug summary
When I call
await Speech.getAvailableVoices()on iOS, it returns an empty list. However, when I callawait Speech.getAvailableVoices('en-US'), it correctly returns the available en-US voices. On Android, both calls work as expected.Library version
1.3.0
Environment info
Steps to reproduce
Reproducible example repository
https://github.com/mhpdev-com/react-native-speech/tree/main/example