@capgo/capacitor-pretty-toast 8.1.3 → 8.1.4
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 +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Native-first pretty toast notifications for Capacitor and the web.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Demo
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
<img
|
|
8
|
+
src="./media/pretty-toast-demo.webp"
|
|
9
|
+
alt="Animated Pretty Toast demo showing Android cutout and centered island-style toast flows side by side"
|
|
10
|
+
/>
|
|
8
11
|
|
|
9
12
|
This package keeps the familiar `toast.*` surface from `react-native-pretty-toast`, but ships as a Capacitor plugin with:
|
|
10
13
|
|
package/package.json
CHANGED