Skip to content

Commit 77808c5

Browse files
docs: update README.md [skip ci]
1 parent d3242e2 commit 77808c5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<h2 align="center">
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25
<img src="https://user-images.githubusercontent.com/7014073/98849326-cca07f80-2431-11eb-82dd-fd2b4e52be44.png?s=300" width="325" /><br/>
36
React Native Navigation Drawer Extension
47
</h2>
@@ -151,3 +154,23 @@ import { SideMenuView } from "react-native-navigation-drawer-extension";
151154
| sideMargin | number | Yes | 15 | The size of the gutter for both sides. |
152155
| sideMarginLeft | number | Yes | | The size of the gutter for the left side. |
153156
| sideMarginRight | number | Yes | | The size of the gutter for the right side. |
157+
158+
## Contributors ✨
159+
160+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
161+
162+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
163+
<!-- prettier-ignore-start -->
164+
<!-- markdownlint-disable -->
165+
<table>
166+
<tr>
167+
<td align="center"><a href="https://github.com/Danite"><img src="https://avatars.githubusercontent.com/u/9094825?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daniil Merkulov</b></sub></a><br /><a href="https://github.com/aspect-apps/react-native-navigation-drawer-extension/commits?author=Danite" title="Code">💻</a> <a href="https://github.com/aspect-apps/react-native-navigation-drawer-extension/commits?author=Danite" title="Documentation">📖</a></td>
168+
</tr>
169+
</table>
170+
171+
<!-- markdownlint-restore -->
172+
<!-- prettier-ignore-end -->
173+
174+
<!-- ALL-CONTRIBUTORS-LIST:END -->
175+
176+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)