Commit 657e6553 authored by zooble's avatar zooble Committed by GitHub

Merge pull request #235 from rghorbani/master

add requires main queue setup
parents 43f485ea 6e583074
......@@ -22,6 +22,16 @@
@synthesize bridge = _bridge;
- (dispatch_queue_t)methodQueue
{
return dispatch_get_main_queue();
}
+ (BOOL)requiresMainQueueSetup
{
return YES;
}
RCT_EXPORT_MODULE();
RCT_EXPORT_METHOD(_init:(NSDictionary *)indic){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment