mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-17 19:46:10 +08:00
不需要requiresMainQueueSetup
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user