🐛 Bug fixes
- iOS: Fixed footer not translating back when keyboard hides via ScrollView. (#424 by @lodev09)
- iOS: Fixed
backgroundBlurandbackgroundColornot working together. (#423 by @lodev09) - iOS: Fixed
present()called fromuseEffectnot working due to mount event not firing. (#421 by @lodev09) - Fixed sheet content becoming empty after rapidly presenting/dismissing. (#419 by @lodev09)
- Auto re-present sheet when returning from screen dismiss (modal or navigation pop). (#412 by @lodev09)
- iOS: Fixed
onWillDismissevent timing during drag dismiss. (#416 by @lodev09)