1.0.7 • Published 4 years ago

react-native-java-tcpsocket v1.0.7

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 years ago

react-native-java-tcpsocket

send message on tcp socket

Installation

npm install react-native-java-tcpsocket

Usage

import tcpSocket from "react-native-java-tcpsocket";

// ...

tcpSocket.sendMessage("192.168.1.200", 1362, "message", resultMessage => {
        console.log(resultMessage);
})

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago