From 8ef058f512bce23ad125419d930ca7f6b7f30fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:09:41 +0000 Subject: [PATCH] build(deps): bump react-native from 0.66.0 to 0.68.3 in /example Bumps [react-native](https://github.com/facebook/react-native) from 0.66.0 to 0.68.3. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/compare/v0.66.0...v0.68.3) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 739ffde61..10f7ed002 100644 --- a/example/package.json +++ b/example/package.json @@ -30,7 +30,7 @@ "moment": "^2.24.0", "prop-types": "^15.7.2", "react": "17.0.2", - "react-native": "0.66.0", + "react-native": "0.68.3", "react-native-elements": "^3.4.2", "react-native-gesture-handler": "^1.6.1", "react-native-safe-area-context": "^3.1.9",