mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 17:23:18 +08:00
fix: fix border radius of modal presentation
This commit is contained in:
@@ -115,6 +115,7 @@ export function forModalPresentationIOS({
|
||||
|
||||
return {
|
||||
cardStyle: {
|
||||
overflow: 'hidden',
|
||||
borderTopLeftRadius: borderRadius,
|
||||
borderTopRightRadius: borderRadius,
|
||||
marginTop: index === 0 ? 0 : statusBarHeight,
|
||||
|
||||
Reference in New Issue
Block a user