From c29b88ff8b5fc73a08dcf92a3df3fa318fa849fc Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 22 Apr 2015 21:49:35 +0000 Subject: [PATCH] update website --- index.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 77ad3c1c8e2..6b100b18152 100644 --- a/index.html +++ b/index.html @@ -125,10 +125,20 @@ RCT_EXPORT_VIEW_PROPERTY(myCustomProperty); @end
// JavaScript -module.exports = createReactIOSNativeComponentClass({ - validAttributes: { myCustomProperty: true }, - uiViewClassName: 'MyCustomView', -});