run hitTest only if necessary

This commit is contained in:
Horcrux
2016-05-18 20:15:29 +08:00
parent bf5d6c8a8b
commit f34c0c209a
10 changed files with 51 additions and 7 deletions
+1
View File
@@ -32,5 +32,6 @@ RCT_EXPORT_MODULE()
RCT_EXPORT_VIEW_PROPERTY(opacity, CGFloat)
RCT_EXPORT_VIEW_PROPERTY(trans, CGAffineTransform)
RCT_EXPORT_VIEW_PROPERTY(clipPathId, NSString)
RCT_EXPORT_VIEW_PROPERTY(touchable, BOOL)
@end