Skip to content

Commit 8383741

Browse files
Update README.md
1 parent 3e01077 commit 8383741

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
![EXPORT](https://user-images.githubusercontent.com/7014073/98849326-cca07f80-2431-11eb-82dd-fd2b4e52be44.png)
1+
<h2 align="center">
2+
<img src="https://user-images.githubusercontent.com/7014073/98849326-cca07f80-2431-11eb-82dd-fd2b4e52be44.png?s=300" width="500" /><br/>
3+
React Native Navigation Drawer Extension
4+
</h>
25

3-
[React Native Navigation by Wix](https://wix.github.io/react-native-navigation/#/) does not offer an in-built solution for displaying a drawer on iOS. Their current side-menu has limited functionality on both iOS and Android. This is a drawer solution using showOverlay under the hood to display a drawer on iOS and Android.
4-
5-
If you are using React Native Navigation >= 3.0.0 then use version 3.x.x + of this library.
66

7-
<p align="left">
7+
<p align="center">
88
<a href="https://www.npmjs.com/package/react-native-navigation-drawer-extension" rel="nofollow">
99
<img src="https://img.shields.io/npm/v/react-native-navigation-drawer-extension.svg?style=flat-square" alt="version" style="max-width:100%;" />
1010
</a>
@@ -17,6 +17,10 @@ If you are using React Native Navigation >= 3.0.0 then use version 3.x.x + of th
1717
<hr />
1818
</p>
1919

20+
[React Native Navigation by Wix](https://wix.github.io/react-native-navigation/#/) does not offer an in-built solution for displaying a drawer on iOS. Their current side-menu has limited functionality on both iOS and Android. This is a drawer solution using showOverlay under the hood to display a drawer on iOS and Android.
21+
22+
If you are using React Native Navigation >= 3.0.0 then use version 3.x.x + of this library.
23+
2024
<img align="left" src="https://raw.githubusercontent.com/LukeBrandonFarrell/open-source-images/master/react-native-navigation-drawer-extension/left-drawer.gif" width="48%" />
2125
<img src="https://raw.githubusercontent.com/LukeBrandonFarrell/open-source-images/master/react-native-navigation-drawer-extension/bottom-drawer.gif" width="48%" />
2226

0 commit comments

Comments
 (0)