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:
Scott Foggo
2016-04-11 19:18:50 -07:00
committed by Facebook Github Bot 5
parent 0b534d1c3d
commit 24f03af0c3
5 changed files with 56 additions and 9 deletions

View File

@@ -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