fix bug: solve warning triggered by constantsToExport
This commit is contained in:
parent
4ee2f51172
commit
152c8a25f3
@ -135,6 +135,10 @@ RCT_EXPORT_MODULE(RCTHotUpdate);
|
||||
return [RCTHotUpdate binaryBundleURL];
|
||||
}
|
||||
|
||||
+ (BOOL)requiresMainQueueSetup {
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (NSDictionary *)constantsToExport
|
||||
{
|
||||
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
||||
|
Loading…
Reference in New Issue
Block a user