From 2d9a7048ace4f4e2add5d7e4656e2829806e0df1 Mon Sep 17 00:00:00 2001 From: Peter Abbondanzo Date: Fri, 26 Jun 2026 18:43:34 -0700 Subject: [PATCH] Bump Fresco to 3.7.0 (#57280) Summary: Pull Request resolved: https://github.com/react/react-native/pull/57280 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] Reviewed By: cortinico, fkgozali 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 5c7aaf0a23ae..d12ebc7b91e6 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"