danielsaidi / BottomSheet

BottomSheet lets you add custom bottom sheets to your SwiftUI apps.
MIT License
189 stars 12 forks source link

Animation crash #13

Open gmcusaro opened 2 years ago

gmcusaro commented 2 years ago
Schermata 2022-03-15 alle 12 21 39

Updating .animation(.interactiveSpring()) with its boolean value .animation(.interactiveSpring(), value: isExpanded) the DragGesture of handle breaks the sheet.

danielsaidi commented 2 years ago

Sorry for the slow reply! I will definitively look into this.