mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-18 01:26:10 +08:00
fix bug: solve warning triggered by constantsToExport
This commit is contained in:
@@ -135,6 +135,10 @@ RCT_EXPORT_MODULE(RCTHotUpdate);
|
||||
return [RCTHotUpdate binaryBundleURL];
|
||||
}
|
||||
|
||||
+ (BOOL)requiresMainQueueSetup {
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (NSDictionary *)constantsToExport
|
||||
{
|
||||
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
||||
|
Reference in New Issue
Block a user