Jovanni Lo
Jovanni Lo
## Description This PR introduces new Event for tracking the translation Y value of the sheet when being dragged or presented. This is particularly useful on some use-cases where we...
### Does any other open PR do the same thing? No ### What issue is this PR fixing? IOS Google Maps `onRegionChangeComplete` event is returning wrong `region` coordinates. This PR...
### Summary The `region` parameter from the `onRegionChangeComplete` event is off if you compare it to the center region (animated or being dragged). Video: https://github.com/user-attachments/assets/727ce10c-55d6-4967-8ae8-259cd91b1780 Full repro code you can...
## Description This PR fixes an issue with the modal presentation chain when non-dismissible external modals (e.g., third-party modals like TrueSheet) are present in the view controller hierarchy. Previously, when...