Skip to content

Commit b3abf50

Browse files
committed
docs: add callstack badge and note
1 parent f988c3c commit b3abf50

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-testing-library
1+
# React Native Testing Library
22

33
Lightweight React Native testing utilities helping you write better tests with less effort.
44

@@ -8,6 +8,7 @@ Lightweight React Native testing utilities helping you write better tests with l
88
[![PRs Welcome][prs-welcome-badge]][prs-welcome]
99
[![Chat][chat-badge]][chat]
1010
[![Greenkeeper badge][greenkeeper-badge]][greenkeeper]
11+
[![Sponsored by Callstack][callstack-badge]][callstack]
1112

1213
_Appreciation notice: This project is heavily inspired by [react-testing-library](https://github.com/kentcdodds/react-testing-library). Go check it out and use it to test your web React apps._
1314

@@ -76,6 +77,10 @@ The [public API](https://callstack.github.io/react-native-testing-library/docs/a
7677

7778
**Note to users who are more familiar with `react-testing-library`:** This API does not expose `cleanup` because it doesn't interact with the DOM. There's nothing to clean up.
7879

80+
## Made with ❤️ at Callstack
81+
82+
React Native Testing Library is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack](https://callstack.com) is a group of React and React Native geeks, contact us at [hello@callstack.com](mailto:hello@callstack.com) if you need any help with these or just want to say hi!
83+
7984
---
8085

8186
Supported and used by [Rally Health](https://www.rallyhealth.com/company/careers).
@@ -94,3 +99,5 @@ Supported and used by [Rally Health](https://www.rallyhealth.com/company/careers
9499
[chat]: https://discord.gg/QbGezWe
95100
[greenkeeper-badge]: https://badges.greenkeeper.io/callstack/react-native-testing-library.svg?style=flat-square
96101
[greenkeeper]: https://greenkeeper.io/
102+
[callstack-badge]: https://callstack.com/images/callstack-badge.svg
103+
[callstack]: https://callstack.com/open-source/?utm_source=github.com&utm_medium=referral&utm_campaign=react-native-testing-library&utm_term=readme

0 commit comments

Comments
 (0)