mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-28 08:34:31 +00:00
[fix] StyleSheet accepts 'space-evenly' value for 'justifyContent'
This commit is contained in:
@@ -41,7 +41,14 @@ const LayoutPropTypes = {
|
||||
flexShrink: number,
|
||||
flexWrap: oneOf(['nowrap', 'wrap', 'wrap-reverse']),
|
||||
height: numberOrString,
|
||||
justifyContent: oneOf(['center', 'flex-end', 'flex-start', 'space-around', 'space-between']),
|
||||
justifyContent: oneOf([
|
||||
'center',
|
||||
'flex-end',
|
||||
'flex-start',
|
||||
'space-around',
|
||||
'space-between',
|
||||
'space-evenly'
|
||||
]),
|
||||
left: numberOrString,
|
||||
margin: numberOrString,
|
||||
marginBottom: numberOrString,
|
||||
|
||||
Reference in New Issue
Block a user