From bda1d7fdab32094db7d56d2d1c2ae46da209f9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 21 May 2018 13:11:47 +0200 Subject: [PATCH] [RN] Update react-native-locale-detector dependency Fixes the issue / warning about non-UI thread initialization. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb5753b78..c4a293b68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12660,7 +12660,7 @@ "integrity": "sha512-ketZKC6G49W4iblKYCnIA5Tcx78Yu48n/K5XzZUnMm69wAnZxs1054Re2V5xpSwX5VZasOBjW1iI1cTjtB/H5g==" }, "react-native-locale-detector": { - "version": "github:jitsi/react-native-locale-detector#dede5815761cca221d9c770b614384f12dc90d55" + "version": "github:jitsi/react-native-locale-detector#845281e9fd4af756f6d0f64afe5cce08c63e5ee9" }, "react-native-prompt": { "version": "1.0.0", diff --git a/package.json b/package.json index 3d03aa61f..35222b425 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react-native-img-cache": "1.5.2", "react-native-immersive": "1.1.0", "react-native-keep-awake": "2.0.6", - "react-native-locale-detector": "github:jitsi/react-native-locale-detector#dede5815761cca221d9c770b614384f12dc90d55", + "react-native-locale-detector": "github:jitsi/react-native-locale-detector#845281e9fd4af756f6d0f64afe5cce08c63e5ee9", "react-native-prompt": "1.0.0", "react-native-sound": "0.10.9", "react-native-vector-icons": "4.4.2",