@0610studio/zs-ui 0.0.5 → 0.0.8

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/README.md +17 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,9 @@ This library was created using [create-expo-module](https://docs.expo.dev/module
5
5
  # install
6
6
 
7
7
  ```bash
8
- npx expo install @react-native-async-storage/async-storage react-native-gesture-handler react-native-reanimated react-native-svg react-native-safe-area-context @0610studio/zs-ui
8
+ npx expo install @react-native-async-storage/async-storage react-native-gesture-handler react-native-reanimated react-native-svg react-native-safe-area-context
9
+
10
+ npx expo install @0610studio/zs-ui
9
11
  ```
10
12
 
11
13
  # 사용법
@@ -57,3 +59,17 @@ const [loaded] = useFonts(requireFonts);
57
59
 
58
60
  - [Theme](https://github.com/KimJeonghun91/zs-ui/blob/main/example/src/pages/ThemeExample.tsx)
59
61
 
62
+
63
+ ### 실행 영상
64
+
65
+
66
+ https://github.com/user-attachments/assets/73f59984-fc7b-4004-a516-089a2969ea1d
67
+
68
+
69
+
70
+ https://github.com/user-attachments/assets/24918e91-9afc-4777-b6c7-b914bfb30e60
71
+
72
+
73
+
74
+ https://github.com/user-attachments/assets/7b66915e-163e-4abe-9fab-fb25e33d7a88
75
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0610studio/zs-ui",
3
- "version": "0.0.5",
3
+ "version": "0.0.8",
4
4
  "private": false,
5
5
  "description": "EXPO ZS-UI",
6
6
  "type": "module",