@tarojs/rn-transformer 3.7.0-canary.6 → 4.0.0-alpha.0

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.
Files changed (2) hide show
  1. package/dist/app.js +1 -1
  2. package/package.json +2 -2
package/dist/app.js CHANGED
@@ -120,7 +120,7 @@ function generateEntry({ filename, projectRoot, sourceDir, appName, entryName, d
120
120
  ${importPageList}
121
121
  ${`import AppComponentConfig from '${appComponentPath}.config';`}
122
122
  ${importPageConfig}
123
- // todo: 此处需要重启才能更新
123
+
124
124
  AppComponentConfig.tabBar = ${JSON.stringify(appTabBar)}
125
125
 
126
126
  const buildConfig = ${JSON.stringify(appConfig)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/rn-transformer",
3
- "version": "3.7.0-canary.6",
3
+ "version": "4.0.0-alpha.0",
4
4
  "description": "Taro RN 入口文件处理",
5
5
  "main": "dist/index.js",
6
6
  "types": "./src/types/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "jest-environment-node": "^29.5.0",
41
41
  "ts-jest": "^29.0.5",
42
42
  "typescript": "^4.7.4",
43
- "@tarojs/helper": "3.7.0-canary.6"
43
+ "@tarojs/helper": "4.0.0-alpha.0"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "tsc",