Skip to content

Commit 2daf21c

Browse files
authored
Update README.md (#19)
1 parent 02d6c02 commit 2daf21c

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# 🚀 React Native Apollo Devtools
22

3-
[Flipper](https://github.com/facebook/flipper) plugin to debug [apollo client](https://github.com/apollographql/apollo-client) cache, queries and mutations for React Native.
3+
[<img src="https://img.shields.io/npm/dm/react-native-apollo-devtools-client?label=npm&style=flat-square" />](https://www.npmjs.com/package/react-native-apollo-devtools-client)
44

5-
The [official apollo client devtool](https://github.com/apollographql/apollo-client-devtools) does not supports React Native and only works for web, so this plugin provides complete feature parity with the official devtool for React Native.
6-
<br />
5+
6+
[Flipper](https://github.com/facebook/flipper) plugin to visualise [apollo client](https://github.com/apollographql/apollo-client) cache, queries and mutations for React Native.
7+
8+
This plugin offers feature parity with the official devtool for React Native since the [official apollo client devtool](https://github.com/apollographql/apollo-client-devtools) only supports web platform and does not supports React Native.
79

810
<img width="1172" alt="image" src="https://user-images.githubusercontent.com/36567063/196852057-71418605-a873-4523-b059-7b3364b35d86.png">
911

@@ -49,9 +51,12 @@ if(__DEV__){
4951

5052
![Untitled-2022-10-11-1036](https://user-images.githubusercontent.com/36567063/195002113-bdb270c2-d03a-45fd-a112-e350963c082b.png)
5153

54+
## ⭐ Stargazers
55+
56+
[![Stargazers repo roster for @razorpay/react-native-apollo-devtools](https://reporoster.com/stars/razorpay/react-native-apollo-devtools)](https://github.com/razorpay/react-native-apollo-devtools/stargazers)
5257

5358
## 📝 License
5459

55-
Licensed under the [MIT License](./LICENSE).
60+
Licensed under the [MIT License](./LICENSE.md).
5661

5762
Link to our [Code of Conduct](https://github.com/razorpay/.github/blob/master/CODE_OF_CONDUCT.md)

0 commit comments

Comments
 (0)