diff --git a/mobile_files/package.json.orig b/mobile_files/package.json.orig index 2f005049fc9..d656b285954 100644 --- a/mobile_files/package.json.orig +++ b/mobile_files/package.json.orig @@ -34,7 +34,7 @@ "querystring-es3": "0.2.1", "react": "16.8.3", "react-dom": "16.4.2", - "react-native": "^0.59.1", + "react-native": "^0.59.2", "react-native-background-timer": "2.1.0-alpha.6", "react-native-camera": "git+https://github.com/status-im/react-native-camera.git#v1.1.5-1-status", "react-native-config": "git+https://github.com/status-im/react-native-config.git#0.11.2-1", diff --git a/mobile_files/yarn.lock b/mobile_files/yarn.lock index 1a6d68adde8..0294b2a4bce 100644 --- a/mobile_files/yarn.lock +++ b/mobile_files/yarn.lock @@ -5423,10 +5423,10 @@ react-native-webview@^5.2.1: escape-string-regexp "^1.0.5" fbjs "^0.8.17" -react-native@^0.59.1: - version "0.59.1" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.1.tgz#3274dcc0f9558799bd41c8092acac2a79bd627ce" - integrity sha512-KA/MyoCQLGavPBc/Q2QRfdbxHuKHTcYTks9xwwRPzgDqTfmTuDcyoC6jUBTfhZ0LEes5GMoKVM4eVrYUbprOmw== +react-native@^0.59.2: + version "0.59.2" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.2.tgz#c2e2d9e185b04e54948f170841d97c24661a0fa9" + integrity sha512-gIygrCr42rGEQnfjcAZdCOqgjC0oZtTIp+mdbUW+yqHpNUU1PbYKzUkLlvSFGeN+IUcL8WTaC1JtJvghKhaLmA== dependencies: "@babel/runtime" "^7.0.0" "@react-native-community/cli" "^1.2.1"