From a4ecd7026da75d6fc503b1ea3193b4ef5eb90acc Mon Sep 17 00:00:00 2001 From: Peter Abbondanzo Date: Thu, 18 Jun 2026 12:31:22 -0700 Subject: [PATCH] Bump Fresco to 3.7.0 (#57280) Summary: Updates Fresco from 3.6.0 to 3.7.0. Picks up a few new features and bug fixes. Full changelog: https://github.com/facebook/fresco/releases/tag/v3.7.0 Changelog: [Internal] Differential Revision: D109029522 --- packages/react-native/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/gradle/libs.versions.toml b/packages/react-native/gradle/libs.versions.toml index 996f25b3d3ab..9abb8d430561 100644 --- a/packages/react-native/gradle/libs.versions.toml +++ b/packages/react-native/gradle/libs.versions.toml @@ -23,7 +23,7 @@ binary-compatibility-validator = "0.13.2" download = "5.4.0" espresso-core = "3.6.1" fbjni = "0.7.0" -fresco = "3.6.0" +fresco = "3.7.0" infer-annotation = "0.18.0" javax-annotation-api = "1.3.2" javax-inject = "1"