mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-29 12:54:53 +08:00
[add] Text support for textDecoration{Color,Style}
This commit is contained in:
@@ -220,10 +220,18 @@ const stylePropTypes = [
|
||||
name: 'textAlignVertical',
|
||||
typeInfo: 'string'
|
||||
},
|
||||
{
|
||||
name: 'textDecorationColor',
|
||||
typeInfo: 'color'
|
||||
},
|
||||
{
|
||||
name: 'textDecorationLine',
|
||||
typeInfo: 'string'
|
||||
},
|
||||
{
|
||||
name: 'textDecorationStyle',
|
||||
typeInfo: 'string'
|
||||
},
|
||||
{
|
||||
label: 'web',
|
||||
name: 'textIndent',
|
||||
|
||||
Reference in New Issue
Block a user