@umituz/react-native-design-system 1.3.2 → 1.3.4
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 +1 -1
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ npm install @umituz/react-native-design-system
|
|
|
24
24
|
### Peer Dependencies
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
npm install react@18.3.1 react-native@0.76.3 react-native-reanimated@~3.10.1 lucide-react-native@^0.468.0
|
|
27
|
+
npm install react@18.3.1 react-native@0.76.3 react-native-reanimated@~3.10.1 react-native-svg@^15.0.0 lucide-react-native@^0.468.0
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
> **v1.3.0 Breaking Change**: React Native Paper dependency removed! All components now use pure React Native implementation for lighter bundle size and full control over styling.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "Universal design system for React Native apps - Domain-Driven Design architecture with Material Design 3 components",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"react": ">=18.2.0",
|
|
35
35
|
"react-native": ">=0.74.0",
|
|
36
36
|
"react-native-reanimated": "~3.10.1",
|
|
37
|
+
"react-native-svg": ">=13.0.0",
|
|
37
38
|
"@react-native-community/datetimepicker": "8.0.1",
|
|
38
39
|
"@expo/vector-icons": "^14.0.0",
|
|
39
40
|
"lucide-react-native": "^0.468.0",
|
|
@@ -63,6 +64,7 @@
|
|
|
63
64
|
"react": ">=18.2.0",
|
|
64
65
|
"react-native": ">=0.74.0",
|
|
65
66
|
"react-native-reanimated": "~3.10.1",
|
|
67
|
+
"react-native-svg": "^15.0.0",
|
|
66
68
|
"@expo/vector-icons": "^14.0.0",
|
|
67
69
|
"lucide-react-native": "^0.468.0",
|
|
68
70
|
"zustand": "^5.0.2",
|