[ReactNative][SyncDiff] Allow renderToHardwareTextureAndroid to be used outside of setNativeProps

This commit is contained in:
Andy Street
2015-08-25 17:48:47 -07:00
parent 504fa60168
commit 162d12cfa4

View File

@@ -24,6 +24,7 @@ ReactNativeViewAttributes.UIView = {
accessibilityTraits: true,
importantForAccessibility: true,
testID: true,
renderToHardwareTextureAndroid: true,
shouldRasterizeIOS: true,
onLayout: true,
onAccessibilityTap: true,