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
fix(iOS): change default sheet detent to large (#2470)
## Description
This PR ensures the default sheet detent is 'large' as stated in types.
The value is not being updated in `updateProps` since it's always
'large' and `setSheetAllowedDetents` is not triggered until we
intentionally use a different value. Changing the order in the typedef
ensures `RNSScreenDetentTypeLarge` gets picked up as the default value.
Fixes#2347
## Test code and steps to reproduce
- Use `StackPresentation` screen in the Example app
## Checklist
- [x] Ensured that CI passes
0 commit comments