exyte / Chat

A SwiftUI Chat UI framework with fully customizable message cells and a built-in media picker
MIT License
938 stars 142 forks source link

Sheet dismiss issue #108

Open Dave181295 opened 2 weeks ago

Dave181295 commented 2 weeks ago

When adding the ChatView in a .sheet modifier, the dismiss gesture is reversed.. (from top to bottom)

iOS 17

f3dm76 commented 2 weeks ago

I didn't really understand the problem. Unfortunately we do not have time for open source right now, but if you think this can be fixed from the lib's side, you are most welcome to support this library by submitting a PR. Have a nice day

Dave181295 commented 2 weeks ago

Please try adding the ChatViewinside a .sheet() you'll see you can only dismiss the sheet with a gesture from bottom to top.