From d62a5872acaff58fbc95fe6c14343fbcc29b9da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:24:28 +0000 Subject: [PATCH] Bump react-native from 0.63.4 to 0.69.12 in /examples/example Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.63.4 to 0.69.12. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.6x.md) - [Commits](https://github.com/facebook/react-native/commits/v0.69.12/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.69.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example/package.json b/examples/example/package.json index f98a9e8..65551b8 100644 --- a/examples/example/package.json +++ b/examples/example/package.json @@ -16,7 +16,7 @@ "expo": "^40.0.0", "react": "16.13.1", "react-dom": "16.13.1", - "react-native": "0.63.4", + "react-native": "0.69.12", "react-native-unimodules": "~0.12.0", "react-native-web": "~0.14.10" },