From 54f5e3fe61a9895258e623965084534a66fe78f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 01:42:45 +0000 Subject: [PATCH] Bump react-native from 0.63.4 to 0.69.12 in /examples/next-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/next-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-example/package.json b/examples/next-example/package.json index cf5157c..6fa8698 100644 --- a/examples/next-example/package.json +++ b/examples/next-example/package.json @@ -9,7 +9,7 @@ "next-transpile-modules": "3.3.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" },