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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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://github.com/your-username/react-native-flatlist-collapsible-header/assets/demo.mp4
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.1",
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",