react-native-quick-preview 2.0.0 → 2.0.1

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,11 @@ Long-press an item to peek at its content, swipe down to dismiss. The kind of pr
8
8
 
9
9
  I wanted this pattern in my own apps and couldn't find a maintained library for it, so I built one. The API follows the approach popularized by [Gorhom's bottom sheet](https://github.com/gorhom/react-native-bottom-sheet): mount a provider once, then present from anywhere.
10
10
 
11
- ![Demo](https://raw.githubusercontent.com/Hashtagsmile/react-native-quick-preview/main/demogif.gif)
11
+ <p align="center">
12
+ <img src="https://raw.githubusercontent.com/Hashtagsmile/react-native-quick-preview/main/demo-feed.gif" width="46%" alt="Social feed — long-press a photo to peek the post, tap to open" />
13
+ &nbsp;
14
+ <img src="https://raw.githubusercontent.com/Hashtagsmile/react-native-quick-preview/main/demo-shop.gif" width="46%" alt="Shop — long-press a product for a bottom-sheet quick-view" />
15
+ </p>
12
16
 
13
17
  What you get:
14
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-quick-preview",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Headless long-press quick preview for React Native. Peek at any content in a popover or sheet, swipe down to dismiss.",
5
5
  "author": "Oliver Lindblad",
6
6
  "license": "MIT",