[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

@@ -29,6 +29,6 @@ RCT_EXPORT_MODULE()
RCT_REMAP_VIEW_PROPERTY(defaultImageSrc, defaultImage, UIImage)
RCT_REMAP_VIEW_PROPERTY(src, imageURL, NSURL)
RCT_REMAP_VIEW_PROPERTY(resizeMode, contentMode, UIViewContentMode)
RCT_EXPORT_VIEW_PROPERTY(contentMode, UIViewContentMode)
@end