[add] willChange style prop type

Close #367
This commit is contained in:
Nathan Tran
2017-02-17 21:52:27 +11:00
committed by Nicolas Gallagher
parent 89e0a15d1b
commit bb417900a9
+2 -1
View File
@@ -45,5 +45,6 @@ module.exports = {
transitionTimingFunction: string,
userSelect: string,
visibility: hiddenOrVisible,
WebkitOverflowScrolling: oneOf([ 'auto', 'touch' ])
WebkitOverflowScrolling: oneOf([ 'auto', 'touch' ]),
willChange: string
};