From 765abd9e49790f1288551f453ca3c70ea19ef4b8 Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Wed, 18 Dec 2019 19:22:44 +0100 Subject: [PATCH] [Wallet] Fix fail to sync issue (#2296) --- packages/mobile/package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 2fbc7ea19a0..e3cb8cd2442 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -117,7 +117,7 @@ "react-native-splash-screen": "^3.2.0", "react-native-svg": "^9.11.1", "react-native-swiper": "^1.5.14", - "react-native-tcp": "https://github.com/cmcewen/react-native-tcp#408b674", + "react-native-tcp": "https://github.com/cmcewen/react-native-tcp#65a1e45", "react-native-udp": "git+https://github.com/celo-org/react-native-udp#730f295", "react-native-version-check": "^3.3.0", "react-native-webview": "^7.4.1", diff --git a/yarn.lock b/yarn.lock index f36a033b621..316435b14a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -27909,9 +27909,9 @@ react-native-tab-view@^2.9.0: resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-2.10.0.tgz#5e249e5650502010013449ffd4e5edc18a95364b" integrity sha512-qgexVz5eO4yaFjdkmn/sURXgVvaBo6pZD/q1eoca96SbPVbaH3WzVhF3bRUfeTHwZkXwznFTpS3JURqIFU8vQA== -"react-native-tcp@https://github.com/cmcewen/react-native-tcp#408b674": +"react-native-tcp@https://github.com/cmcewen/react-native-tcp#65a1e45": version "3.3.0" - resolved "https://github.com/cmcewen/react-native-tcp#408b674f20df4bfc1e6e80e54e7663c91a0f7b67" + resolved "https://github.com/cmcewen/react-native-tcp#65a1e4586b651f370b724c77a71bb9fba04dc712" dependencies: base64-js "0.0.8" buffer "^5.0.0"