mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +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,
|
||||
|
||||
@@ -356,7 +356,7 @@ Array [
|
||||
"top": 0,
|
||||
},
|
||||
Object {
|
||||
"opacity": NOOP {},
|
||||
"opacity": undefined,
|
||||
},
|
||||
]
|
||||
}
|
||||
@@ -494,7 +494,7 @@ Array [
|
||||
"top": 0,
|
||||
},
|
||||
Object {
|
||||
"opacity": NOOP {},
|
||||
"opacity": undefined,
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
@@ -203,7 +203,7 @@ Array [
|
||||
"top": 0,
|
||||
},
|
||||
Object {
|
||||
"opacity": NOOP {},
|
||||
"opacity": undefined,
|
||||
},
|
||||
]
|
||||
}
|
||||
@@ -521,7 +521,7 @@ Array [
|
||||
"top": 0,
|
||||
},
|
||||
Object {
|
||||
"opacity": NOOP {},
|
||||
"opacity": undefined,
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user