From f8c053d1593b89c38d1a41f16fbcf167ae1a7e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 08:46:06 +0000 Subject: [PATCH] chore(deps-dev): bump react-native from 0.64.0-rc.4 to 0.64.0 Bumps [react-native](https://github.com/facebook/react-native) from 0.64.0-rc.4 to 0.64.0. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/master/Releases.md) - [Commits](https://github.com/facebook/react-native/compare/v0.64.0-rc.4...v0.64.0) Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7130eb0ef..2063d2c07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7677,9 +7677,9 @@ react-native-codegen@^0.0.6: nullthrows "^1.1.1" react-native@^0.64.0-rc.1: - version "0.64.0-rc.4" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.0-rc.4.tgz#e8d7c98e4659c7cf9214b1a3f67814d034e00414" - integrity sha512-lmEzO71jGHt/7gzp12JjmivKzzVGZa5KevDea54h8ZsCKZylfacOugrrN+2gFeuXesMh5Tqp11iqltk5ZkuvCg== + version "0.64.0" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.0.tgz#c3bde5b638bf8bcf12bae6e094930d39cb942ab7" + integrity sha512-8dhSHBthgGwAjU+OjqUEA49229ThPMQH7URH0u8L0xoQFCnZO2sZ9Wc6KcbxI0x9KSmjCMFFZqRe3w3QsRv64g== dependencies: "@jest/create-cache-key-function" "^26.5.0" "@react-native-community/cli" "^5.0.1-alpha.0"