From 7aea5724644789b9bcf706b23f0af04804a25ad8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 16:28:50 +0000 Subject: [PATCH] fix(deps): update react monorepo to v18 --- Example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/package.json b/Example/package.json index 291916c..61a56d7 100644 --- a/Example/package.json +++ b/Example/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "expo": "^47.0.0", - "react": "17.0.2", - "react-dom": "17.0.2", + "react": "18.2.0", + "react-dom": "18.2.0", "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz", "react-native-input-spinner": "^1.7.12", "react-native-web": "~0.18.0"