VVVi

Results 5 comments of VVVi

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 ![Image](https://github.com/user-attachments/assets/bdac359b-905f-4ca1-9e34-1a1bb1cb82bc)

I see that linux/arm64 was commented out, probably due to this error: https://github.com/laradock/php-fpm/actions/runs/13210805759/job/36883738694 ![Image](https://github.com/user-attachments/assets/0c4e8cea-d328-49a8-9c8b-4d43ea90145c) It looks like a third-party dependency error, and the solution for now is to use older...