From bea720f8d0e81598577ef0e5af1b2c7f8cfee23e Mon Sep 17 00:00:00 2001 From: yenda Date: Fri, 7 Jun 2019 13:01:27 +0200 Subject: [PATCH] [fix] crash on some android devices #8368 Signed-off-by: yenda --- mobile_files/package.json.orig | 2 +- mobile_files/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mobile_files/package.json.orig b/mobile_files/package.json.orig index 44fb3bc449..84704bd152 100644 --- a/mobile_files/package.json.orig +++ b/mobile_files/package.json.orig @@ -65,7 +65,7 @@ "react-native-webview": "^5.2.1", "react-native-webview-bridge": "git+https://github.com/status-im/react-native-webview-bridge.git#fix/classnames-colision", "react-navigation": "^2.12.1", - "realm": "2.28.0", + "realm": "2.28.1", "rn-snoopy": "git+https://github.com/status-im/rn-snoopy.git#v2.0.2-status", "string_decoder": "0.10.31", "text-encoding": "^0.6.4", diff --git a/mobile_files/yarn.lock b/mobile_files/yarn.lock index acc65c278b..8a7430c1ef 100644 --- a/mobile_files/yarn.lock +++ b/mobile_files/yarn.lock @@ -5867,10 +5867,10 @@ readable-stream@^2.0.1, readable-stream@^2.0.6, readable-stream@^2.2.2, readable string_decoder "~1.1.1" util-deprecate "~1.0.1" -realm@2.28.0: - version "2.28.0" - resolved "https://registry.yarnpkg.com/realm/-/realm-2.28.0.tgz#e79df5727e3922d507629a7ab079190d984e3bde" - integrity sha512-WvZ497qxQlUAiOxTVPI5/YL1zRlcpvjX26J9NeSs0O4Q5qNEGEP8MnAdrCSOC6zg2GH5vazeW4vla69swEncWA== +realm@2.28.1: + version "2.28.1" + resolved "https://registry.yarnpkg.com/realm/-/realm-2.28.1.tgz#4482eea65708e38a2935850d569ff7c34001369d" + integrity sha512-2p/KMpqGXkcLopXyiAGyLUd8SyrBRwjjcy1gjI6KbD+/FaW8AaONaeOiF9c/kYc5kQ7xM2tJEOw1iBtoUihHXA== dependencies: command-line-args "^4.0.6" decompress "^4.2.0"