Mike Gray
Mike Gray
Swiping to the top of the scrollview, and continuing to pan, automatically begins to dismiss the view controller. If the user swipes at velocity, particularly if the scrolling area is...
Better animation completion speed that is related to swipe velocity, and remaining view visible. Particularly noticeable when the user swipes quickly, and is expecting a quick dismiss
As noted in the #2, `stopPullToDismiss` is called twice (when `progress` is zero, but also because `handlePan` is called again with `panGestureRecognizer.state` equal to `.ended`) and so `UIPercentDrivenInteractiveTransition.cancel()` is called...
**Is your feature request related to a problem? Please describe.** I would like to be able to detect when a panel is being closed so I can either prevent it...
Translating all the code comments into English would make it a lot easier for others to contribute!
> Note: Both cn and cnBase are exported for backwards compatibility, but cn is the recommended import name in v3+. This note doesn't make sense, since the two methods have...
On process shutdown, this error is thrown and logged to the console. The "graceful shutdown function" should probably not be erroring out. A simple `?.` silences the error, but I...
### Mapbox Implementation Mapbox ### Mapbox Version 11.15.2 ### React Native Version 0.79.6 ### React Native Architecture New Architecture (Fabric/TurboModules) ### Platform Android, iOS ### `@rnmapbox/maps` version 10.1.45 ### Standalone...
## Summary iOS does not allow presenting view controllers when one is already presented. The in-app-payments library does not handle the case of a developer trying to present the card...