@aks-dev/easyui 1.0.59 → 1.0.60

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.
@@ -2,7 +2,7 @@
2
2
  * @Author: shiguo
3
3
  * @Date: 2022-04-25 17:57:29
4
4
  * @LastEditors: shiguo
5
- * @LastEditTime: 2022-05-31 18:19:20
5
+ * @LastEditTime: 2022-06-02 13:16:45
6
6
  * @FilePath: /@aks-dev/easyui/android/src/main/java/com/easyui/RNEasyuiModule.java
7
7
  */
8
8
 
@@ -27,6 +27,8 @@ public class RNEasyuiModule extends ReactContextBaseJavaModule {
27
27
  return "RNEasyui";
28
28
  }
29
29
 
30
+
31
+ @Deprecated
30
32
  @ReactMethod
31
33
  public void getStatusBarHeight(final Promise promise) {
32
34
 
@@ -41,6 +43,8 @@ public class RNEasyuiModule extends ReactContextBaseJavaModule {
41
43
 
42
44
  }
43
45
 
46
+
47
+ @Deprecated
44
48
  @ReactMethod
45
49
  public void getNavigationBarHeight(final Promise promise) {
46
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "description": "移动端开发工具包",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",
File without changes