claudio zamoszczyk

Results 22 comments of claudio zamoszczyk

Hi @maolion / @beevelop I have the same problem. cordova plugin add https://github.com/vilic/cordova-plugin-tts did not work... Do you have a solution? Thanks

@moyolvera you can create a patch for the Keyboard issue. https://github.com/ds300/patch-package ``` diff --git a/node_modules/native-base/src/basic/ToastContainer.js b/node_modules/native-base/src/basic/ToastContainer.js index 4bd57ac..88f1c49 100644 --- a/node_modules/native-base/src/basic/ToastContainer.js +++ b/node_modules/native-base/src/basic/ToastContainer.js @@ -59,13 +59,13 @@ class ToastContainer extends...

@adhip94 yes, is not working. I think the problem is related to the *dist* folder. Check this file at /node_modules/native-base/dist/src/basic/ToastContainer.js (I used flipper debugger). Maybe we must regenerate the .js...

@adhip94 thanks for your quick reply. Maybe a more elegant solution is inside the native-base build script. **package.json** ``` "scripts": { "compile": "rm -rf dist/* && babel . --out-dir dist...

@adhip94 the idea is to compile and generate a new /dist from the source. i don't feel comfortable touching the minified file. Maybe it's time to remove native base from...

Hi @calintamas I have the same issue only in Android. It's related to the change of state of the application (foreground to background for example). I'm using appstate https://reactnative.dev/docs/appstate Thats...

@zidun are you using the last version of the react-native-toast-message code?

Thanks @zidun. My new patch is working. @calintamas @Majid3ziz diff --git a/node_modules/react-native-toast-message/lib/src/components/AnimatedContainer.js b/node_modules/react-native-toast-message/lib/src/components/AnimatedContainer.js index 6be5fe8..fcf9414 100644 --- a/node_modules/react-native-toast-message/lib/src/components/AnimatedContainer.js +++ b/node_modules/react-native-toast-message/lib/src/components/AnimatedContainer.js @@ -66,7 +66,7 @@ export function AnimatedContainer({ children, isVisible, position,...

@fukemy i use this lib to convert to mp4 https://github.com/arthenica/ffmpeg-kit