@aks-dev/easyui 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,6 +84,10 @@ RCT_EXPORT_METHOD(upgrade:(NSDictionary *)info
84
84
 
85
85
  }
86
86
 
87
+ - (NSString*) getLocalVersion {
88
+ return [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"];
89
+ }
90
+
87
91
  /**
88
92
  版本比较
89
93
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "爱科森开发工具包(react-native)",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",