From 29b467a596e2641fdc7fc93ee173082cd5a42a8d Mon Sep 17 00:00:00 2001 From: Alexandre Segura Date: Tue, 5 Mar 2024 15:14:58 +0100 Subject: [PATCH] Update reactNativeVersion param. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e1f6f8e6e..6c5584215 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -13,7 +13,7 @@ buildscript { // https://github.com/react-native-maps/react-native-maps/issues/4842 googlePlayServicesLocationVersion = "21.0.1" mercadoPagoPxVersion = "4.53.2" - reactNativeVersion = "0.73.4" // https://github.com/expo/expo/issues/18129 + reactNativeVersion = "0.73.5" // https://github.com/expo/expo/issues/18129 } repositories { google()