mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +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
	 chenlong
					chenlong