Skip to content

Commit 672b230

Browse files
authored
chore: Add info badges (#83)
1 parent 4715275 commit 672b230

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# react-native-tcp-socket
2-
![](https://github.com/Rapsssito/react-native-tcp-socket/workflows/tests/badge.svg)
3-
2+
<p align="center">
3+
<img src="https://github.com/Rapsssito/react-native-tcp-socket/workflows/tests/badge.svg" />
4+
<img src="https://img.shields.io/npm/dw/react-native-tcp-socket" />
5+
<img src="https://img.shields.io/npm/v/react-native-tcp-socket?color=gr&label=npm%20version" />
6+
<p/>
47

58
React Native TCP socket API for Android & iOS with **client SSL/TLS support**. It allows you to create TCP clients and servers sockets, imitating some of Node's [net](https://nodejs.org/api/net.html) API functionalities (check the available [API](#api) for more information).
69

0 commit comments

Comments
 (0)