react-native-popify 0.1.1 → 0.1.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 +7 -26
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,47 +29,28 @@ A lightweight, zero-dependency UI library that provides **stunning alert dialogs
29
29
 
30
30
  ---
31
31
 
32
- ### 🔔 Alerts in Action
32
+ ### đŸŽŦ See It in Action
33
33
 
34
34
  <table>
35
35
  <tr>
36
36
  <td align="center"><strong>✅ Success Alert</strong></td>
37
- <td align="center"><strong>â„šī¸ Info Alert</strong></td>
38
- </tr>
39
- <tr>
40
- <td><img src="docs/demos/success-alert.gif" width="260" alt="Success Alert" /></td>
41
- <td><img src="docs/demos/info-alert.gif" width="260" alt="Info Alert" /></td>
42
- </tr>
43
- <tr>
44
- <td align="center"><strong>🎉 Particle Burst</strong></td>
45
37
  <td align="center"><strong>âąī¸ Auto-Close Timer</strong></td>
38
+ <td align="center"><strong>🌙 Dark Theme</strong></td>
46
39
  </tr>
47
40
  <tr>
48
- <td><img src="docs/demos/particle-burst.gif" width="260" alt="Particle Burst" /></td>
49
- <td><img src="docs/demos/auto-close.gif" width="260" alt="Auto Close Timer" /></td>
50
- </tr>
51
- <tr>
52
- <td align="center" colspan="2"><strong>🌙 Dark Theme</strong></td>
53
- </tr>
54
- <tr>
55
- <td align="center" colspan="2"><img src="docs/demos/dark-theme.gif" width="260" alt="Dark Theme" /></td>
41
+ <td><img src="docs/demos/success-alert.gif" width="220" alt="Success Alert" /></td>
42
+ <td><img src="docs/demos/auto-close.gif" width="220" alt="Auto Close Timer" /></td>
43
+ <td><img src="docs/demos/dark-theme.gif" width="220" alt="Dark Theme" /></td>
56
44
  </tr>
57
- </table>
58
-
59
- ---
60
-
61
- ### 🍞 Toasts in Action
62
-
63
- <table>
64
45
  <tr>
65
46
  <td align="center"><strong>✅ Success Toast</strong></td>
66
- <td align="center"><strong>❌ Error Toast</strong></td>
67
47
  <td align="center"><strong>âŦ‡ī¸ Bottom Toast</strong></td>
48
+ <td></td>
68
49
  </tr>
69
50
  <tr>
70
51
  <td><img src="docs/demos/toast-success.gif" width="220" alt="Success Toast" /></td>
71
- <td><img src="docs/demos/toast-error.gif" width="220" alt="Error Toast" /></td>
72
52
  <td><img src="docs/demos/toast-bottom.gif" width="220" alt="Bottom Toast" /></td>
53
+ <td></td>
73
54
  </tr>
74
55
  </table>
75
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-popify",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A lightweight and customizable alert dialog library for React Native.",
5
5
  "main": "lib/module/index.js",
6
6
  "module": "lib/module/index.js",