mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 23:25:40 +00:00
[fix] StyleSheet: support textAlign 'inherit'
This commit is contained in:
@@ -95,7 +95,7 @@ export default {
|
||||
paddingVertical: numberOrString,
|
||||
position: oneOf([ 'absolute', 'fixed', 'relative', 'static' ]),
|
||||
right: numberOrString,
|
||||
textAlign: oneOf([ 'center', 'justify', 'justify-all', 'left', 'right' ]),
|
||||
textAlign: oneOf([ 'center', 'inherit', 'justify', 'justify-all', 'left', 'right' ]),
|
||||
textDecoration: string,
|
||||
textOverflow: string,
|
||||
textShadow: string,
|
||||
|
||||
Reference in New Issue
Block a user