mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 23:25:40 +00:00
Allow filter property in CSS
This commit is contained in:
@@ -190,6 +190,7 @@ Controls whether the View can be the target of touch events. The enhanced
|
||||
+ `boxSizing`
|
||||
+ `cursor` ‡
|
||||
+ `display`
|
||||
+ `filter` ‡
|
||||
+ `flex` (number)
|
||||
+ `flexBasis`
|
||||
+ `flexDirection`
|
||||
|
||||
@@ -30,6 +30,7 @@ module.exports = {
|
||||
backgroundSize: string,
|
||||
boxShadow: string,
|
||||
cursor: string,
|
||||
filter: string,
|
||||
outline: string,
|
||||
outlineColor: ColorPropType,
|
||||
perspective: oneOfType([number, string]),
|
||||
|
||||
Reference in New Issue
Block a user