Roudain Sarhan

Results 15 comments of Roudain Sarhan

I'm also having the same issue, certain values for width and height seem to fix it but none of them were suitable for my app i should note that the...

I think that our best bet would be discussing this in webview issues, i have seen this same bug in twitter's official site with video comments too.

Hello there! I was very excited to see your medium article as I'm working on a very similar concept in a private work repo. Our implementations of the imperative modal...

> Thanks. I think we'll need to wait for the PR that removes the react17 test suite because in react17, the batching does make a difference :) Awesome thanks! Yeah...

The merge conflict should be resolved. As for the migration guide, do we have any confirmation that this is still needed in react-native?

Added the following to the v5 migration guide, please let me know if it needs any changes https://github.com/TanStack/query/pull/4699/commits/e1dc8edfc58758ef07e4747ffe3302f84fb52cde

I was able to solve this in an old project by replacing setImmediate with setTimeout in the unfreeze wrapper function in the source code, that project doesn't use expo router...

> @RodSarhan did you timeout for a specific amount of time? No i didn't specify any amount, and to be honest i am not sure of why this fix works,...

I just encountered this issue, seems like it's related to the default touchableHandleResponderMove function and the scale of the svg, i would have loved to open a PR with a...

Sorry for that, yeah it was a typo, i edited the example and got the same behavior