VVVi
VVVi
Any progress here? Thanks.
Here is the improved working version: ```js diff --git a/node_modules/react-native-tts/index.js b/node_modules/react-native-tts/index.js index 6da7573..b6557fd 100644 --- a/node_modules/react-native-tts/index.js +++ b/node_modules/react-native-tts/index.js @@ -7,6 +7,8 @@ class Tts extends NativeEventEmitter { super(TextToSpeech); } +...
This problem appears for Android, and was fixed by adding `flatlistProps={{ viewabilityConfig: undefined }}` to ``.