mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ESM processColor
Summary: Changelog: [General][Changed] - ESM processColor Reviewed By: yungsters Differential Revision: D42200330 fbshipit-source-id: aac5650ce0b45400400ebee4e8e8b36148539955
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0365f72be5
commit
aa8e69b696
@@ -160,11 +160,11 @@ const directEventTypes = {
|
||||
|
||||
const validAttributesForNonEventProps = {
|
||||
// @ReactProps from BaseViewManager
|
||||
backgroundColor: {process: require('../StyleSheet/processColor')},
|
||||
backgroundColor: {process: require('../StyleSheet/processColor').default},
|
||||
transform: true,
|
||||
opacity: true,
|
||||
elevation: true,
|
||||
shadowColor: {process: require('../StyleSheet/processColor')},
|
||||
shadowColor: {process: require('../StyleSheet/processColor').default},
|
||||
zIndex: true,
|
||||
renderToHardwareTextureAndroid: true,
|
||||
testID: true,
|
||||
|
||||
Reference in New Issue
Block a user