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
I have raised a PR #130, using .ignoresSafeArea(.container, edges: .bottom) to replace '.edgesIgnoringSafeArea(.bottom) for iOS version greater than 14.0.
Describe the bug
Keyboard safe area ignored if activated.
Expected behavior
Bottom sheet consider keyboard height.
Target version
Additional context
On 'BottomSheetView' use '.ignoresSafeArea(.container, edges: .bottom)' for iPhone instead '.edgesIgnoringSafeArea(.bottom)'.
The text was updated successfully, but these errors were encountered: