Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit eda1c7a

Browse files
committed
docs: added sponsor details
1 parent a342297 commit eda1c7a

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: [buymeacoffee.com/daniakash]

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Built on top of `View`, `Image` & `Animated` components
2525
[![Watch on GitHub][github-watch-badge]][github-watch]
2626
[![Twitter Follow][twitter-badge]][twitter]
2727

28+
[![donate][coffee-badge]][coffee-url]
29+
[![sponsor][sponsor-badge]][sponsor-url]
30+
[![support][support-badge]][support-url]
31+
2832
[![Storybook][storybook-badge]][website] [![Chromatic][chromatic-badge]][chromatic]
2933

3034
![better-image-cover](https://github.com/react-native-toolkit/react-native-better-image/raw/master/assets/cover.gif)
@@ -90,6 +94,12 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
9094

9195
MIT © [DaniAkash][twitter]
9296

97+
[coffee-badge]: https://img.shields.io/badge/-%E2%98%95%EF%B8%8F%20buy%20me%20a%20coffee-e85b46
98+
[coffee-url]: https://www.buymeacoffee.com/daniakash
99+
[sponsor-badge]: https://img.shields.io/badge/-%F0%9F%8F%85%20sponsor%20this%20project-e85b46
100+
[sponsor-url]: https://www.buymeacoffee.com/daniakash/e/6983
101+
[support-badge]: https://img.shields.io/badge/-Get%20Support-e85b46
102+
[support-url]: https://www.buymeacoffee.com/daniakash/e/7030
93103
[build]: https://github.com/react-native-toolkit/react-native-better-image/actions
94104
[build-badge]: https://github.com/react-native-toolkit/react-native-better-image/workflows/build/badge.svg
95105
[coverage-badge]: https://api.codeclimate.com/v1/badges/acf5243d130542dde7c9/test_coverage

example/src/stories/GettingStarted.stories.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ Built on top of `View`, `Image` & `Animated` components
7676
[![Watch on GitHub][github-watch-badge]][github-watch]
7777
[![Twitter Follow][twitter-badge]][twitter]
7878

79+
[![donate][coffee-badge]][coffee-url]
80+
[![sponsor][sponsor-badge]][sponsor-url]
81+
[![support][support-badge]][support-url]
82+
7983
```jsx
8084
import BetterImage from 'react-native-better-image';
8185

@@ -99,6 +103,12 @@ import BetterImage from 'react-native-better-image';
99103
/>;
100104
```
101105

106+
[coffee-badge]: https://img.shields.io/badge/-%E2%98%95%EF%B8%8F%20buy%20me%20a%20coffee-e85b46
107+
[coffee-url]: https://www.buymeacoffee.com/daniakash
108+
[sponsor-badge]: https://img.shields.io/badge/-%F0%9F%8F%85%20sponsor%20this%20project-e85b46
109+
[sponsor-url]: https://www.buymeacoffee.com/daniakash/e/6983
110+
[support-badge]: https://img.shields.io/badge/-Get%20Support-e85b46
111+
[support-url]: https://www.buymeacoffee.com/daniakash/e/7030
102112
[build]: https://github.com/react-native-toolkit/react-native-better-image/actions
103113
[build-badge]: https://github.com/react-native-toolkit/react-native-better-image/workflows/build/badge.svg
104114
[coverage-badge]: https://api.codeclimate.com/v1/badges/acf5243d130542dde7c9/test_coverage

0 commit comments

Comments
 (0)