We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0585a55 commit 04b4be3Copy full SHA for 04b4be3
examples/tcpsockets/App.js
@@ -66,7 +66,8 @@ class App extends React.Component {
66
localAddress: "127.0.0.1",
67
reuseAddress: true,
68
// localPort: 20000,
69
- // interface: "wifi"
+ // interface: "wifi",
70
+ // tls: true
71
}, (address) => {
72
this.updateChatter('opened client on ' + JSON.stringify(address));
73
client.write('Hello, server! Love, Client.');
examples/tcpsockets/package.json
@@ -14,7 +14,7 @@
14
"dependencies": {
15
"react": "16.11.0",
16
"react-native": "0.62.1",
17
- "react-native-tcp-socket": "https://github.com/Rapsssito/react-native-tcp-socket#tls"
+ "react-native-tcp-socket": "^3.5.0"
18
},
19
"devDependencies": {
20
"@babel/core": "^7.7.2",
0 commit comments