Moritz

Results 5 comments of 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.

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...