From f16f5f21ce2138c6026d1fae9c5e278c93e68cf2 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 20 Apr 2017 15:12:07 -0700 Subject: [PATCH] [add] WebkitMaskImage style prop Undocumented supported. Commonly used in border-radius hacks. Close #326 --- src/components/View/ViewStylePropTypes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/View/ViewStylePropTypes.js b/src/components/View/ViewStylePropTypes.js index 1f4b501f..cacdca0b 100644 --- a/src/components/View/ViewStylePropTypes.js +++ b/src/components/View/ViewStylePropTypes.js @@ -40,5 +40,6 @@ module.exports = { transitionTimingFunction: string, userSelect: string, willChange: string, + WebkitMaskImage: string, WebkitOverflowScrolling: oneOf(['auto', 'touch']) };