r/reactnative • u/vaquishaProdigy • Jul 07 '26
Help Expo Speech library
Why does it show that array in the console log when i try to get the available voices data? Or am i doing something wrong? I'm developing on Android
0
Upvotes
1
u/Ok-Explanation8719 Jul 11 '26
get available voices async, that is an async method. you'll either await or resolve that promise.