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.
- package/README.md +7 -12
- 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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
<strong>View host inside native <code><Modal></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
|
+

|
|
21
|
+
|
|
22
|
+
**View host inside native `<Modal>` (and nested modals)**
|
|
23
|
+
|
|
24
|
+

|
|
30
25
|
|
|
31
26
|
---
|
|
32
27
|
|