touchable => responsible

This commit is contained in:
Horcrux
2016-06-11 09:38:20 +08:00
parent 905df8acc1
commit 1f21660a88
8 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -32,6 +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)
RCT_EXPORT_VIEW_PROPERTY(responsible, BOOL)
@end