@unif/react-native-design 0.2.1 → 0.4.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.
- package/README.md +5 -0
- package/package.json +15 -13
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# @unif/react-native-design
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@unif/react-native-design)
|
|
4
|
+
[](https://github.com/unif-design/react-native-design/actions/workflows/ci.yml)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
[](https://unif-design.github.io/react-native-design/)
|
|
7
|
+
|
|
3
8
|
Unif 设计系统 —— theme + icons + utils + components,面向 React Native 0.85 新架构(Fabric + concurrent React)。
|
|
4
9
|
|
|
5
10
|
## 安装
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unif/react-native-design",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Unif 设计系统:theme + icons + utils + components",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -55,24 +55,24 @@
|
|
|
55
55
|
"bugs": {
|
|
56
56
|
"url": "https://github.com/unif-design/react-native-design/issues"
|
|
57
57
|
},
|
|
58
|
-
"homepage": "https://
|
|
58
|
+
"homepage": "https://unif-design.github.io/react-native-design/",
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"registry": "https://registry.npmjs.org/"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@commitlint/config-conventional": "^
|
|
63
|
+
"@commitlint/config-conventional": "^21.0.1",
|
|
64
64
|
"@eslint/compat": "^2.0.3",
|
|
65
65
|
"@eslint/eslintrc": "^3.3.5",
|
|
66
66
|
"@eslint/js": "^10.0.1",
|
|
67
67
|
"@gorhom/bottom-sheet": "^5.2.14",
|
|
68
68
|
"@jest/globals": "^30.0.0",
|
|
69
|
-
"@react-native/babel-preset": "0.85.
|
|
70
|
-
"@react-native/eslint-config": "0.85.
|
|
71
|
-
"@react-native/jest-preset": "0.85.
|
|
72
|
-
"@release-it/conventional-changelog": "^
|
|
69
|
+
"@react-native/babel-preset": "0.85.3",
|
|
70
|
+
"@react-native/eslint-config": "0.85.3",
|
|
71
|
+
"@react-native/jest-preset": "0.85.3",
|
|
72
|
+
"@release-it/conventional-changelog": "^11.0.0",
|
|
73
73
|
"@sbaiahmed1/react-native-blur": "^4.6.2",
|
|
74
74
|
"@types/react": "^19.2.0",
|
|
75
|
-
"commitlint": "^
|
|
75
|
+
"commitlint": "^21.0.1",
|
|
76
76
|
"del-cli": "^7.0.0",
|
|
77
77
|
"eslint": "^9.39.4",
|
|
78
78
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -82,15 +82,15 @@
|
|
|
82
82
|
"lefthook": "^2.1.4",
|
|
83
83
|
"prettier": "^3.8.1",
|
|
84
84
|
"react": "19.2.3",
|
|
85
|
-
"react-native": "0.85.
|
|
85
|
+
"react-native": "0.85.3",
|
|
86
86
|
"react-native-builder-bob": "^0.41.0",
|
|
87
87
|
"react-native-gesture-handler": "^2.31.2",
|
|
88
|
-
"react-native-reanimated": "^4.
|
|
88
|
+
"react-native-reanimated": "^4.4.0",
|
|
89
89
|
"react-native-reanimated-carousel": "^5.0.0-beta.5",
|
|
90
90
|
"react-native-safe-area-context": "^5.7.0",
|
|
91
91
|
"react-native-svg": "^15.15.5",
|
|
92
92
|
"react-native-worklets": "0.9.1",
|
|
93
|
-
"release-it": "^
|
|
93
|
+
"release-it": "^20.0.1",
|
|
94
94
|
"turbo": "^2.8.21",
|
|
95
95
|
"typescript": "^6.0.2"
|
|
96
96
|
},
|
|
@@ -107,7 +107,8 @@
|
|
|
107
107
|
"react-native-worklets": ">=0.9"
|
|
108
108
|
},
|
|
109
109
|
"workspaces": [
|
|
110
|
-
"example"
|
|
110
|
+
"example",
|
|
111
|
+
"website"
|
|
111
112
|
],
|
|
112
113
|
"packageManager": "yarn@4.11.0",
|
|
113
114
|
"react-native-builder-bob": {
|
|
@@ -164,7 +165,8 @@
|
|
|
164
165
|
"@release-it/conventional-changelog": {
|
|
165
166
|
"preset": {
|
|
166
167
|
"name": "angular"
|
|
167
|
-
}
|
|
168
|
+
},
|
|
169
|
+
"infile": "CHANGELOG.md"
|
|
168
170
|
}
|
|
169
171
|
}
|
|
170
172
|
},
|