mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-31 01:36:11 +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`
|
+ `boxSizing`
|
||||||
+ `cursor` ‡
|
+ `cursor` ‡
|
||||||
+ `display`
|
+ `display`
|
||||||
|
+ `filter` ‡
|
||||||
+ `flex` (number)
|
+ `flex` (number)
|
||||||
+ `flexBasis`
|
+ `flexBasis`
|
||||||
+ `flexDirection`
|
+ `flexDirection`
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ module.exports = {
|
|||||||
backgroundSize: string,
|
backgroundSize: string,
|
||||||
boxShadow: string,
|
boxShadow: string,
|
||||||
cursor: string,
|
cursor: string,
|
||||||
|
filter: string,
|
||||||
outline: string,
|
outline: string,
|
||||||
outlineColor: ColorPropType,
|
outlineColor: ColorPropType,
|
||||||
perspective: oneOfType([number, string]),
|
perspective: oneOfType([number, string]),
|
||||||
|
|||||||
Reference in New Issue
Block a user