diff --git a/examples/package.json b/examples/package.json index e29eef74..c56e8a82 100644 --- a/examples/package.json +++ b/examples/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "16.11.0", - "react-native": "0.62.1", + "react-native": "0.62.3", "react-native-splash-screen": "^3.2.0" }, "devDependencies": { diff --git a/examples/yarn.lock b/examples/yarn.lock index b28f8d50..5848fe46 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -5328,10 +5328,10 @@ react-native-splash-screen@^3.2.0: resolved "https://registry.npm.taobao.org/react-native-splash-screen/download/react-native-splash-screen-3.2.0.tgz#d47ec8557b1ba988ee3ea98d01463081b60fff45" integrity sha1-1H7IVXsbqYjuPqmNAUYwgbYP/0U= -react-native@0.62.1: - version "0.62.1" - resolved "https://registry.npm.taobao.org/react-native/download/react-native-0.62.1.tgz#fd0324bedf4c3237c928de582c29403f1e46ea80" - integrity sha1-/QMkvt9MMjfJKN5YLClAPx5G6oA= +react-native@0.62.3: + version "0.62.3" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.62.3.tgz#9a2e96af3dedd0723c8657831eec4ed3c30f3299" + integrity sha512-b2/hDHDlO5Of2Zn1K5ZgvzOoUrvMEvlYU4miS9rcEBp5jK/9cRQn81HZ7NBmf4gzigGl8CxbSx1l10GUj1k8XQ== dependencies: "@babel/runtime" "^7.0.0" "@react-native-community/cli" "^4.5.1"