Merge pull request #12 from trabianmatt/patch-1

Execute the SafariViewManager on the main thread
This commit is contained in:
Naoufal Kadhom
2016-01-09 16:09:15 -05:00

View File

@@ -8,6 +8,11 @@
RCT_EXPORT_MODULE()
- (dispatch_queue_t)methodQueue
{
return dispatch_get_main_queue();
}
RCT_EXPORT_METHOD(show:(NSDictionary *)args callback:(RCTResponseSenderBlock)callback)
{