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