From 77808c5dbaa7c89682fd1882d6a1f68bfbba6882 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 8 Aug 2021 10:56:19 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/README.md b/README.md
index abb70d37..dde1aa09 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
+
+[](#contributors-)
+

React Native Navigation Drawer Extension
@@ -151,3 +154,23 @@ import { SideMenuView } from "react-native-navigation-drawer-extension";
| sideMargin | number | Yes | 15 | The size of the gutter for both sides. |
| sideMarginLeft | number | Yes | | The size of the gutter for the left side. |
| sideMarginRight | number | Yes | | The size of the gutter for the right side. |
+
+## Contributors ✨
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
From 3467a5d3c4799973c71e29d9a44b21a1e30b87e6 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 8 Aug 2021 10:56:20 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 00000000..21e12436
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,25 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "Danite",
+ "name": "Daniil Merkulov",
+ "avatar_url": "https://avatars.githubusercontent.com/u/9094825?v=4",
+ "profile": "https://github.com/Danite",
+ "contributions": [
+ "code",
+ "doc"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "react-native-navigation-drawer-extension",
+ "projectOwner": "aspect-apps",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}