diff --git a/ios/RCTHotUpdate/RCTHotUpdate.m b/ios/RCTHotUpdate/RCTHotUpdate.m index ba160e6..dca187f 100644 --- a/ios/RCTHotUpdate/RCTHotUpdate.m +++ b/ios/RCTHotUpdate/RCTHotUpdate.m @@ -145,10 +145,6 @@ RCT_EXPORT_MODULE(RCTHotUpdate); return NO; } -- (void)init { - -} - - (NSDictionary *)constantsToExport { NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; diff --git a/package.json b/package.json index 2c12ead..7ccf338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-update", - "version": "5.2.2", + "version": "5.2.3", "description": "react-native hot update", "main": "lib/index.js", "scripts": {