Update for 0.7.1 release

This commit is contained in:
Christopher 2015-07-10 16:03:17 -07:00
parent dae2ea2f66
commit 6655d9fb1e

View File

@ -40,6 +40,11 @@ RCT_EXPORT_MODULE();
};
}
- (dispatch_queue_t)methodQueue
{
return dispatch_get_main_queue();
}
RCT_EXPORT_VIEW_PROPERTY(src, NSDictionary);
RCT_EXPORT_VIEW_PROPERTY(resizeMode, NSString);
RCT_EXPORT_VIEW_PROPERTY(repeat, BOOL);