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 ``.
https://hub.docker.com/r/laradock/php-fpm/tags?name=8.4 
I see that linux/arm64 was commented out, probably due to this error: https://github.com/laradock/php-fpm/actions/runs/13210805759/job/36883738694  It looks like a third-party dependency error, and the solution for now is to use older...