mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
68f0b7cd73
commit
c962980363
+3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user