From 7c97e8ffd76936a5168ad9f914bdc5e1ab1b3bdd Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 19:46:06 +0100 Subject: [PATCH] docs: add vonovak as a contributor for code (#611) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] * docs: updated contributors position * docs: updated contributors pic size * docs: updated contributors pic size Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Mo Gorhom --- .all-contributorsrc | 24 ++++++++++++++++++++++++ README.md | 23 ++++++++++++++++++++++- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..48b7ca15c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 76, + "commit": false, + "contributors": [ + { + "login": "vonovak", + "name": "Vojtech Novak", + "avatar_url": "https://avatars.githubusercontent.com/u/1566403?v=4", + "profile": "https://react-native-training.eu", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "react-native-bottom-sheet", + "projectOwner": "gorhom", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index c9c42142e..8c640be8a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # React Native Bottom Sheet -[![Reanimated v2 version](https://img.shields.io/github/package-json/v/gorhom/react-native-bottom-sheet/master?label=Reanimated%20v2&style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![Reanimated v1 version](https://img.shields.io/github/package-json/v/gorhom/react-native-bottom-sheet/v2?label=Reanimated%20v1&style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![npm](https://img.shields.io/npm/l/@gorhom/bottom-sheet?style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![npm](https://img.shields.io/badge/types-included-blue?style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-4630EB.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.io/) +[![Reanimated v2 version](https://img.shields.io/github/package-json/v/gorhom/react-native-bottom-sheet/master?label=Reanimated%20v2&style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![Reanimated v1 version](https://img.shields.io/github/package-json/v/gorhom/react-native-bottom-sheet/v2?label=Reanimated%20v1&style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![npm](https://img.shields.io/npm/l/@gorhom/bottom-sheet?style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![npm](https://img.shields.io/badge/types-included-blue?style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet) [![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-4630EB.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.io/) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + A performant interactive bottom sheet with fully configurable options 🚀 @@ -42,6 +44,25 @@ This library been written in 2 versions of `Reanimated`, and kept both implement - [Mo Gorhom](https://gorhom.dev/) + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Vojtech Novak

💻
+ + + + + + ## License [MIT](./LICENSE)