You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When presenting a bottom sheet, the onAppear will be called the first time only. If the bottom sheet is hidden and shown again later, it won't be called
The text was updated successfully, but these errors were encountered:
- Recoded the project
- Added iPhone landscape support
- Added iPad support
- Added MacOS support
- Changed from options to view modifiers
- Cleaned up the code (swiftLint and splitting it up)
- Added dynamic size support
- Added onDismiss modifier
- Added dragIndicatorAction modifier
- Added dragPositionSwitchAction modifier
- Added dragGesture listener
- Changed customBackground to not rely on AnyView
- Fixed onAppear only called once #65
When presenting a bottom sheet, the
onAppear
will be called the first time only. If the bottom sheet is hidden and shown again later, it won't be calledThe text was updated successfully, but these errors were encountered: