Support `sheetAllowedDetents` in `native-stack`
complete
B
Ben Davis
react-native-screens
supports sheetAllowDetents
when using the formSheet
presentation, but currently it's not possible to pass that prop through. See https://github.com/software-mansion/react-native-screens/blob/main/native-stack/README.md#sheetalloweddetents-ios-only.Tymoteusz Boba
complete
Tymoteusz Boba
PR with adding
sheetX
props has been merged and should land in the upcoming @react-navigation/native-stack
release.Cheers!
Tymoteusz Boba
Hi Ben Davis, the PR with adding
sheetAllowedDetents
(and other props, related to sheet management) has been raised!You can observe the progress there: https://github.com/react-navigation/react-navigation/pull/11803
Tymoteusz Boba
in progress