react-native-flatlist-collapsible-header 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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Ideal for feeds, profile screens, dashboards, and modern mobile UIs.
|
|
|
23
23
|
Demo of the collapsible header behavior:
|
|
24
24
|
|
|
25
25
|
```md
|
|
26
|
-
https://
|
|
26
|
+
https://www.youtube.com/watch?v=Jq4Im-_T3uk
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## 📥 Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-flatlist-collapsible-header",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A React Native FlatList with collapsible header that smoothly disappears on scroll",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|