react-native-yastools 1.0.2 → 1.0.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/README.md +4 -4
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
A collection of **premium, high-performance** UI components and utilities for React Native. Built for speed, aesthetics, and developer experience.
|
|
4
4
|
|
|
5
|
+
# ✍🏼 Author
|
|
6
|
+
|
|
7
|
+
Built with 💜 by **Yassine Ben Zriouil**.
|
|
8
|
+
|
|
5
9
|
## ✨ Features
|
|
6
10
|
|
|
7
11
|
* **🎨 Themable:** Fully customizable design system.
|
|
@@ -82,7 +86,3 @@ const safeHandler = preventMultiPress(() => console.log('Safe!'), 1000);
|
|
|
82
86
|
1. Clone the repo
|
|
83
87
|
2. Run `npm install`
|
|
84
88
|
3. Test changes with `npm run local-publish`
|
|
85
|
-
|
|
86
|
-
---
|
|
87
|
-
|
|
88
|
-
Built with ❤️ by **Yassine Ben Zriouil**.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-yastools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
"author": "",
|
|
26
26
|
"license": "ISC",
|
|
27
27
|
"description": "React Native Utility Files and Utility Components ",
|
|
28
|
+
"homepage": "https://ybz.vercel.app/",
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "https://github.com/YassineBenZriouil/react-native-yastools"
|
|
32
|
+
},
|
|
28
33
|
"peerDependencies": {
|
|
29
34
|
"react": ">=17.0.0",
|
|
30
35
|
"react-native": ">=0.64.0"
|