parsec-hooks 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,14 +5,10 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
 
8
- var _wechat = require("remax-rn/src/wechat");
9
-
10
8
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
11
9
  // @ts-ignore
12
- var _default = function _default(pageName) {
13
- (0, _wechat.setNavigationBarTitle)({
14
- title: pageName
15
- });
10
+ // import { setNavigationBarTitle } from 'remax-rn/src/wechat';
11
+ var _default = function _default(pageName) {// setNavigationBarTitle({ title: pageName });
16
12
  };
17
13
 
18
14
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parsec-hooks",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "秒差距前端常用的hooks工具",
5
5
  "author": "mushan0x0",
6
6
  "license": "MIT",