Skip to content

Commit 20d623b

Browse files
committed
chore: Upgrade example to 3.4.1
1 parent bd05341 commit 20d623b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/tcpsockets/ios/Podfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ PODS:
233233
- React-cxxreact (= 0.62.1)
234234
- React-jsi (= 0.62.1)
235235
- React-jsinspector (0.62.1)
236-
- react-native-tcp-socket (3.2.6):
236+
- react-native-tcp-socket (3.4.1):
237+
- CocoaAsyncSocket
237238
- React
238239
- React-RCTActionSheet (0.62.1):
239240
- React-Core/RCTActionSheetHeaders (= 0.62.1)
@@ -429,7 +430,7 @@ SPEC CHECKSUMS:
429430
React-jsi: 600d8e42510c3254fd2abd702f4b9d3f598d8f52
430431
React-jsiexecutor: e9698dee4fd43ceb44832baf15d5745f455b0157
431432
React-jsinspector: f74a62727e5604119abd4a1eda52c0a12144bcd5
432-
react-native-tcp-socket: ab2f98889251538acca30a978c9c59b4c19ca912
433+
react-native-tcp-socket: 8399fdf6128c294e52654d50f45649df1fde6cfb
433434
React-RCTActionSheet: af8f28dd82fec89b8fe29637b8c779829e016a88
434435
React-RCTAnimation: 0d21fff7c20fb8ee41de5f2ebb63221127febd96
435436
React-RCTBlob: 9496bd93130b22069bfbc5d35e98653dae7c35c6

examples/tcpsockets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"react": "16.11.0",
1616
"react-native": "0.62.1",
17-
"react-native-tcp-socket": "^3.4.0"
17+
"react-native-tcp-socket": "^3.4.1"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.7.2",

0 commit comments

Comments
 (0)