From c46aabe1d4a0e647d9b32e1ce0d3301f09737bfb Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 28 May 2015 23:53:41 +0000 Subject: [PATCH] update website --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 21ca31d799e..0895de56efe 100644 --- a/index.html +++ b/index.html @@ -117,12 +117,14 @@ @implementation MyCustomViewManager +RCT_EXPORT_MODULE() + - (UIView *)view { return [[MyCustomView alloc] init]; } -RCT_EXPORT_VIEW_PROPERTY(myCustomProperty); +RCT_EXPORT_VIEW_PROPERTY(myCustomProperty, NSString); @end
// JavaScript var React = require('react-native');