Commit 022fda39 authored by Artal Druk's avatar Artal Druk

add requiresMainQueueSetup

parent df5b89e8
...@@ -172,7 +172,9 @@ RCT_EXPORT_MODULE() ...@@ -172,7 +172,9 @@ RCT_EXPORT_MODULE()
return self; return self;
} }
+ (BOOL)requiresMainQueueSetup {
return YES;
}
- (void)setBridge:(RCTBridge *)bridge - (void)setBridge:(RCTBridge *)bridge
{ {
......
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