fix: fix border radius of modal presentation

This commit is contained in:
satyajit.happy
2019-07-01 18:22:42 +02:00
parent 316452702e
commit 1cf7dc5f47

View File

@@ -115,6 +115,7 @@ export function forModalPresentationIOS({
return {
cardStyle: {
overflow: 'hidden',
borderTopLeftRadius: borderRadius,
borderTopRightRadius: borderRadius,
marginTop: index === 0 ? 0 : statusBarHeight,