mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 12:25:59 +08:00
Implement clipping rectangle for ReactNativeART
Reviewed By: sebmarkbage, taomin Differential Revision: D3140869 fb-gh-sync-id: 0da27705c4cfca7a1fcae12eed11a7335a62631f fbshipit-source-id: 0da27705c4cfca7a1fcae12eed11a7335a62631f
This commit is contained in:
committed by
Facebook Github Bot 5
parent
0b534d1c3d
commit
24f03af0c3
@@ -10,6 +10,7 @@
|
||||
#import "ARTGroupManager.h"
|
||||
|
||||
#import "ARTGroup.h"
|
||||
#import "RCTConvert+ART.h"
|
||||
|
||||
@implementation ARTGroupManager
|
||||
|
||||
@@ -20,4 +21,6 @@ RCT_EXPORT_MODULE()
|
||||
return [ARTGroup new];
|
||||
}
|
||||
|
||||
RCT_EXPORT_VIEW_PROPERTY(clipping, CGRect)
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user