@0610studio/zs-ui 0.0.1 → 0.0.2
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 +7 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
# zs-ui
|
|
2
2
|
|
|
3
|
-
This library was created using [create-expo-module](https://docs.expo.dev/modules/get-started/), a tool for creating native modules for Expo projects.
|
|
3
|
+
This library was created using [create-expo-module](https://docs.expo.dev/modules/get-started/), a tool for creating native modules for Expo projects.
|
|
4
|
+
|
|
5
|
+
# install
|
|
6
|
+
|
|
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
|
|
9
|
+
```
|