[ReactNative] verifyPropTypes against native exports

This commit is contained in:
Spencer Ahrens
2015-04-16 18:17:19 -07:00
parent 764854c04a
commit 915151c5d7
10 changed files with 177 additions and 64 deletions

View File

@@ -61,7 +61,6 @@ RCT_EXPORT_MODULE()
#pragma mark - View properties
RCT_EXPORT_VIEW_PROPERTY(accessibilityLabel, NSString)
RCT_EXPORT_VIEW_PROPERTY(hidden, BOOL)
RCT_EXPORT_VIEW_PROPERTY(backgroundColor, UIColor)
RCT_REMAP_VIEW_PROPERTY(accessible, isAccessibilityElement, BOOL)
RCT_REMAP_VIEW_PROPERTY(testID, accessibilityIdentifier, NSString)