@akbeniwal/react-native-hooks 1.0.1 → 1.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 +0 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -214,15 +214,6 @@ useTimeout(() => {
|
|
|
214
214
|
}, 5000);
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
---
|
|
218
|
-
|
|
219
|
-
## Development & Building 🛠️
|
|
220
|
-
|
|
221
|
-
```bash
|
|
222
|
-
# Build the typescript files into JavaScript and TypeScript Definitions (under /dist)
|
|
223
|
-
yarn build
|
|
224
|
-
```
|
|
225
|
-
|
|
226
217
|
## Author 👤
|
|
227
218
|
|
|
228
219
|
**Abhishek Beniwal**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akbeniwal/react-native-hooks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A high-performance collection of React Native hooks optimized for performance, memory safety and developer experience.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|