fix(rn,bottomsheet) limit width
This commit is contained in:
parent
8defaa9aec
commit
0dcb8a025b
|
@ -43,7 +43,11 @@ export const bottomSheetStyles = {
|
|||
alignItems: 'stretch',
|
||||
flex: 1,
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'flex-end'
|
||||
justifyContent: 'flex-end',
|
||||
maxWidth: 500,
|
||||
marginLeft: 'auto',
|
||||
marginRight: 'auto',
|
||||
width: '100%'
|
||||
},
|
||||
|
||||
sheetItemContainer: {
|
||||
|
|
Loading…
Reference in New Issue