mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-18 01:06:11 +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];
|
return [RCTHotUpdate binaryBundleURL];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
+ (BOOL)requiresMainQueueSetup {
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
- (NSDictionary *)constantsToExport
|
- (NSDictionary *)constantsToExport
|
||||||
{
|
{
|
||||||
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
||||||
|
Reference in New Issue
Block a user