Mark ReactPackageLogger as @LegacyArchitecture (#50596)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/50596

Mark ReactPackageLogger as LegacyArchitecture

changelog: [internal] internal

Reviewed By: shwanton

Differential Revision: D72067076

fbshipit-source-id: 128d005f8de7eb3b3a2d90a86a375f8db6f7f4ec
This commit is contained in:
David Vacca
2025-04-10 17:57:13 -07:00
committed by Facebook GitHub Bot
parent 68f0b7cd73
commit c962980363
@@ -7,7 +7,10 @@
package com.facebook.react
import com.facebook.react.common.annotations.internal.LegacyArchitecture
/** Interface for the bridge to call for TTI start and end markers. */
@LegacyArchitecture
internal interface ReactPackageLogger {
fun startProcessPackage(): Unit