Merge pull request #1431 from rh389/main-queue-setup
iOS: Add requiresMainQueueSetup (YES?)
This commit is contained in:
commit
3755bbde1b
|
@ -95,6 +95,10 @@ extern "C" JSGlobalContextRef RealmReactGetJSGlobalContextForExecutor(id executo
|
|||
|
||||
RCT_EXPORT_MODULE(Realm)
|
||||
|
||||
+ (BOOL)requiresMainQueueSetup {
|
||||
return YES;
|
||||
}
|
||||
|
||||
+ (void)initialize {
|
||||
if (self != [RealmReact class]) {
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue