@umituz/react-native-design-system 4.28.1 → 4.28.3
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/package.json +2 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "4.28.
|
|
4
|
-
"description": "Universal design system for React Native apps with safe navigation hooks
|
|
3
|
+
"version": "4.28.3",
|
|
4
|
+
"description": "Universal design system for React Native apps with safe navigation hooks - updated SKILL.md with navigation documentation",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -245,9 +245,6 @@
|
|
|
245
245
|
"@react-navigation/bottom-tabs": {
|
|
246
246
|
"optional": true
|
|
247
247
|
},
|
|
248
|
-
"@react-navigation/stack": {
|
|
249
|
-
"optional": true
|
|
250
|
-
},
|
|
251
248
|
"@tanstack/query-async-storage-persister": {
|
|
252
249
|
"optional": true
|
|
253
250
|
},
|