@unif/react-native-design 0.26.0 → 0.27.1
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.
- package/README.md +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -177,7 +177,7 @@ harness 不继承本仓 `check:runtime-peers` 的 workspace 精确 allowlist;
|
|
|
177
177
|
|
|
178
178
|
| 依赖 | 支持范围 | 本仓验证版本 |
|
|
179
179
|
| ---------------------------------- | ------------------ | ------------ |
|
|
180
|
-
| `react-native` | `>=0.86.0
|
|
180
|
+
| `react-native` | `>=0.86.0` | `0.86.2` |
|
|
181
181
|
| `react` | `>=19.2.3 <20.0.0` | `19.2.3` |
|
|
182
182
|
| `react-native-gesture-handler` | `>=3.0.0 <4.0.0` | `3.1.0` |
|
|
183
183
|
| `react-native-reanimated` | `>=4.5.2 <4.6.0` | `4.5.3` |
|
|
@@ -187,7 +187,8 @@ harness 不继承本仓 `check:runtime-peers` 的 workspace 精确 allowlist;
|
|
|
187
187
|
| `react-native-svg` | `>=15` | `15.15.5` |
|
|
188
188
|
| `@sbaiahmed1/react-native-blur` | `>=4` | `4.6.2` |
|
|
189
189
|
|
|
190
|
-
- 新架构(Fabric + TurboModule)必须开启;旧架构 Bridge、RN `0.85`
|
|
190
|
+
- 新架构(Fabric + TurboModule)必须开启;旧架构 Bridge、RN `0.85` 及更低版本不在支持范围。
|
|
191
|
+
- `react-native` peer 不封顶,RN `0.87+` 能装上;但本仓只在 `0.86.2` 上验证,更高版本未经验证。
|
|
191
192
|
- Node.js `^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0`(`package.json#engines`;本仓 `.nvmrc` 固定 `v24.13.0`)
|
|
192
193
|
- TypeScript 6、Yarn 4
|
|
193
194
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unif/react-native-design",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.27.1",
|
|
4
4
|
"description": "Unif 设计系统:theme + icons + utils + components",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"peerDependencies": {
|
|
121
121
|
"@sbaiahmed1/react-native-blur": ">=4",
|
|
122
122
|
"react": ">=19.2.3 <20.0.0",
|
|
123
|
-
"react-native": ">=0.86.0
|
|
123
|
+
"react-native": ">=0.86.0",
|
|
124
124
|
"react-native-gesture-handler": ">=3.0.0 <4.0.0",
|
|
125
125
|
"react-native-reanimated": ">=4.5.2 <4.6.0",
|
|
126
126
|
"react-native-reanimated-carousel": ">=5.0.0 <6.0.0",
|