fixed wrong class name in string (#50831)

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

fixed wrong class name in string

Changelog:
[Internal]

Reviewed By: Abbondanzo

Differential Revision: D73370669

fbshipit-source-id: 76529099b1eabc4e23333fb97aec2c9b613ee7e0
This commit is contained in:
Alan Lee
2025-04-21 14:32:26 -07:00
committed by Facebook GitHub Bot
parent 7284bea018
commit 77f2c610db
@@ -18,7 +18,7 @@ internal class RequestCloseEvent(surfaceId: Int, viewTag: Int) :
@Deprecated(
"Do not use this constructor, use the one with explicit surfaceId",
ReplaceWith("ShowEvent(surfaceId, viewTag)"))
ReplaceWith("RequestCloseEvent(surfaceId, viewTag)"))
constructor(viewTag: Int) : this(ViewUtil.NO_SURFACE_ID, viewTag)
override fun getEventName(): String = EVENT_NAME