@expo/schemer 1.3.33 → 1.3.34
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 +17 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- Title -->
|
|
2
|
+
<h1 align="center">
|
|
3
|
+
👋 Welcome to <br><code>@expo/schemer</code>
|
|
4
|
+
</h1>
|
|
5
|
+
|
|
6
|
+
<p align="center">A Schema validation library for Expo.</p>
|
|
7
|
+
|
|
8
|
+
<p align="center">
|
|
9
|
+
<img src="https://flat.badgen.net/packagephobia/install/@expo/schemer">
|
|
10
|
+
|
|
11
|
+
<a href="https://www.npmjs.com/package/@expo/schemer">
|
|
12
|
+
<img src="https://flat.badgen.net/npm/dw/@expo/schemer" target="_blank" />
|
|
13
|
+
</a>
|
|
14
|
+
</p>
|
|
15
|
+
|
|
16
|
+
<!-- Body -->
|
|
2
17
|
|
|
3
|
-
A Schema validation library for Expo, to be used both
|
|
4
18
|
Details can be found here:
|
|
5
|
-
https://paper.dropbox.com/doc/Expo-Schema-Validation-Library-mQU07rRejSnEe4Vf5dkcS
|
|
19
|
+
* https://paper.dropbox.com/doc/Expo-Schema-Validation-Library-mQU07rRejSnEe4Vf5dkcS
|
|
6
20
|
|
|
7
21
|
## Usage
|
|
8
22
|
|