mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 05:15:49 +08:00
[RFC][Rendering] Add shouldRasterizeIOS to View components
Summary: Exposes the `shouldRasterize` property. Fixes #1986. Closes https://github.com/facebook/react-native/pull/2226 Github Author: James Ide <ide@jameside.com>
This commit is contained in:
@@ -23,6 +23,7 @@ ReactNativeViewAttributes.UIView = {
|
||||
accessibilityLiveRegion: true,
|
||||
accessibilityTraits: true,
|
||||
testID: true,
|
||||
shouldRasterizeIOS: true,
|
||||
onLayout: true,
|
||||
onAccessibilityTap: true,
|
||||
onMagicTap: true,
|
||||
|
||||
Reference in New Issue
Block a user