Skip to content

Commit 5a73c7a

Browse files
authored
Merge pull request #10 from opencollective/opencollective
Activating Open Collective
2 parents 50d0ed6 + 3c33ac2 commit 5a73c7a

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(This package isn't only restricted to react-native projects. The source is written in plain js with no dependencies to react-native.)
44

5-
[![npm version](https://badge.fury.io/js/react-native-event-listeners.svg)](https://badge.fury.io/js/react-native-event-listeners)
5+
[![Financial Contributors on Open Collective](https://opencollective.com/react-native-event-listeners/all/badge.svg?label=financial+contributors)](https://opencollective.com/react-native-event-listeners) [![npm version](https://badge.fury.io/js/react-native-event-listeners.svg)](https://badge.fury.io/js/react-native-event-listeners)
66
[![dependencie status](https://david-dm.org/tobiasMeinhardt/react-native-event-listeners.svg)](https://david-dm.org/tobiasMeinhardt/react-native-event-listeners)
77
[![dev-dependency status](https://david-dm.org/tobiasMeinhardt/react-native-event-listeners/dev-status.svg)](https://david-dm.org/tobiasMeinhardt/react-native-event-listeners?type=dev)
88
[![npm](https://img.shields.io/npm/dm/react-native-event-listeners.svg)](https://www.npmjs.com/package/react-native-event-listeners)
@@ -92,3 +92,33 @@ import { EventRegister } from 'react-native-event-listeners'
9292
| rmAll | boolean | **shorthand** for removeAllListeners |
9393
| emit | void | **shorthand** for emitEvent |
9494
95+
96+
## Contributors
97+
98+
### Code Contributors
99+
100+
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
101+
<a href="https://github.com/meinto/react-native-event-listeners/graphs/contributors"><img src="https://opencollective.com/react-native-event-listeners/contributors.svg?width=890&button=false" /></a>
102+
103+
### Financial Contributors
104+
105+
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/react-native-event-listeners/contribute)]
106+
107+
#### Individuals
108+
109+
<a href="https://opencollective.com/react-native-event-listeners"><img src="https://opencollective.com/react-native-event-listeners/individuals.svg?width=890"></a>
110+
111+
#### Organizations
112+
113+
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/react-native-event-listeners/contribute)]
114+
115+
<a href="https://opencollective.com/react-native-event-listeners/organization/0/website"><img src="https://opencollective.com/react-native-event-listeners/organization/0/avatar.svg"></a>
116+
<a href="https://opencollective.com/react-native-event-listeners/organization/1/website"><img src="https://opencollective.com/react-native-event-listeners/organization/1/avatar.svg"></a>
117+
<a href="https://opencollective.com/react-native-event-listeners/organization/2/website"><img src="https://opencollective.com/react-native-event-listeners/organization/2/avatar.svg"></a>
118+
<a href="https://opencollective.com/react-native-event-listeners/organization/3/website"><img src="https://opencollective.com/react-native-event-listeners/organization/3/avatar.svg"></a>
119+
<a href="https://opencollective.com/react-native-event-listeners/organization/4/website"><img src="https://opencollective.com/react-native-event-listeners/organization/4/avatar.svg"></a>
120+
<a href="https://opencollective.com/react-native-event-listeners/organization/5/website"><img src="https://opencollective.com/react-native-event-listeners/organization/5/avatar.svg"></a>
121+
<a href="https://opencollective.com/react-native-event-listeners/organization/6/website"><img src="https://opencollective.com/react-native-event-listeners/organization/6/avatar.svg"></a>
122+
<a href="https://opencollective.com/react-native-event-listeners/organization/7/website"><img src="https://opencollective.com/react-native-event-listeners/organization/7/avatar.svg"></a>
123+
<a href="https://opencollective.com/react-native-event-listeners/organization/8/website"><img src="https://opencollective.com/react-native-event-listeners/organization/8/avatar.svg"></a>
124+
<a href="https://opencollective.com/react-native-event-listeners/organization/9/website"><img src="https://opencollective.com/react-native-event-listeners/organization/9/avatar.svg"></a>

0 commit comments

Comments
 (0)