不需要requiresMainQueueSetup
This commit is contained in:
parent
6b5ee3dd46
commit
a7f3d23439
@ -136,7 +136,8 @@ RCT_EXPORT_MODULE(RCTHotUpdate);
|
||||
}
|
||||
|
||||
+ (BOOL)requiresMainQueueSetup {
|
||||
return YES;
|
||||
// only set to YES if your module initialization relies on calling UIKit!
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (NSDictionary *)constantsToExport
|
||||
|
Loading…
x
Reference in New Issue
Block a user