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', -});
Get started with React Native