react-native-anchored-menu 0.0.3 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +7 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,18 +15,13 @@ You fully control how the menu looks and behaves.
15
15
 
16
16
  ## 🎬 Demo
17
17
 
18
- <table>
19
- <tr>
20
- <td>
21
- <strong>View host (inside normal screens)</strong><br />
22
- <img src="assets/demo1.gif" width="320" />
23
- </td>
24
- <td>
25
- <strong>View host inside native <code>&lt;Modal&gt;</code> (and nested modals)</strong><br />
26
- <img src="assets/demo2.gif" width="320" />
27
- </td>
28
- </tr>
29
- </table>
18
+ **View host (inside normal screens)**
19
+
20
+ ![View host demo](https://raw.githubusercontent.com/mahmoudelfekygithub/react-native-anchored-menu/main/assets/demo1.gif)
21
+
22
+ **View host inside native `<Modal>` (and nested modals)**
23
+
24
+ ![Modal demo](https://raw.githubusercontent.com/mahmoudelfekygithub/react-native-anchored-menu/main/assets/demo2.gif)
30
25
 
31
26
  ---
32
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-anchored-menu",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Headless anchored menu/popover for React Native with stable measurement (view host by default).",
5
5
  "repository": {
6
6
  "type": "git",