react-spring-bottom-sheet
react-spring-bottom-sheet copied to clipboard
Dragging the bottom sheet does not work on iOS 12
A bug found by someone with an old phone who hasn't been able to update past iOS 12.4 - there seems to be no response to dragging at all in iOS 12. Similarly, tapping the overlay background will also not close the bottom sheet.
I've checked the useGesture website and gestures seem to be fine there, so it must be something to do with the library. If I can provide any more details to help, I will.
Will investigate this after dealing with https://github.com/stipsan/react-spring-bottom-sheet/pull/78
Any update?