Moritz
Moritz
I fixed this issue by setting a very small tolerance in the options object: ```js { tolerance: 1 } ``` Tested on Safari on an iPhone 11 (iOS 14.3) and...
Hi @7studio! I updated the PR. I am happy for any feedback since I am not very experienced in WP plugin development.
@SimplyCorey Any updates on this PR? Would love to see this fix in the next version of the package.
Same issue here.
Rendering content on top of native views (`presentation="modal"`) is a bit tricky. What works for me is rendering the `Toast` component again in the Screen using `@gorhom/portal` as following: ```jsx...
I have the same problem when deploying a SSR site to Vercel. Is there a better way to handle this than using the resources object?
After upgrading to Expo SDK 50 and nativewind 4.0.36 the SVG styles did not apply anymore for me. Previously I would render something like: ```jsx import Arrow from "@icons/arrow.svg" ```...
@ash-jc-allen Any update on this? 🤔