Skip to content

Commit 7eb2614

Browse files
mcarter00mvayngrib
authored andcommitted
update the version of react-native-tcp to support react-native >= 0.40.0
1 parent 441e28b commit 7eb2614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shims-browserify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ module.exports = {
2727
"url": "~0.10.1",
2828
"util": "~0.10.1",
2929
"utp": "0.0.8",
30-
"react-native-tcp": "^2.0.4",
30+
"react-native-tcp": "^3.2.1",
3131
"vm-browserify": "~0.0.1"
3232
}

shims.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ module.exports = {
2727
"tty-browserify": "0.0.0",
2828
"url": "~0.10.1",
2929
"util": "~0.10.3",
30-
"react-native-tcp": "^2.0.4",
30+
"react-native-tcp": "^3.2.1",
3131
"vm-browserify": "0.0.4"
3232
}

0 commit comments

Comments
 (0)