Migrate ReactShadowNode interface from Java to Kotlin (#56941)#56941
Closed
cortinico wants to merge 1 commit into
Closed
Migrate ReactShadowNode interface from Java to Kotlin (#56941)#56941cortinico wants to merge 1 commit into
ReactShadowNode interface from Java to Kotlin (#56941)#56941cortinico wants to merge 1 commit into
Conversation
|
@cortinico has exported this pull request. If you are a Meta employee, you can view the originating Diff in D106079764. |
cortinico
added a commit
to cortinico/react-native
that referenced
this pull request
May 22, 2026
Summary: Pull Request resolved: facebook#56941 Migrate the `ReactShadowNode` interface from Java to Kotlin as part of the ongoing Kotlin migration effort. This is a mechanical conversion of a deprecated legacy architecture interface with no functional changes. The interface is a pure declaration with no default implementations. Changelog: [Android][Changed] - Migrate `ReactShadowNode` interface from Java to Kotlin Differential Revision: D106079764
ReactShadowNode interface from Java to KotlinReactShadowNode interface from Java to Kotlin (#56941)
977c37d to
9512686
Compare
cortinico
added a commit
to cortinico/react-native
that referenced
this pull request
Jun 1, 2026
Summary: Pull Request resolved: facebook#56941 Migrate the `ReactShadowNode` interface from Java to Kotlin as part of the ongoing Kotlin migration effort. This is a mechanical conversion of a deprecated legacy architecture interface with no functional changes. The interface is a pure declaration with no default implementations. Changelog: [Android][Changed] - Migrate `ReactShadowNode` interface from Java to Kotlin Differential Revision: D106079764
9512686 to
a638476
Compare
cortinico
added a commit
to cortinico/react-native
that referenced
this pull request
Jun 1, 2026
Summary: Pull Request resolved: facebook#56941 Migrate the `ReactShadowNode` interface from Java to Kotlin as part of the ongoing Kotlin migration effort. This is a mechanical conversion of a deprecated legacy architecture interface with no functional changes. The interface is a pure declaration with no default implementations. Changelog: [Android][Changed] - Migrate `ReactShadowNode` interface from Java to Kotlin Differential Revision: D106079764
a638476 to
f6a15b2
Compare
Summary: Pull Request resolved: facebook#56941 Migrate the `ReactShadowNode` interface from Java to Kotlin as part of the ongoing Kotlin migration effort. This is a mechanical conversion of a deprecated legacy architecture interface with no functional changes. The interface is a pure declaration with no default implementations. Changelog: [Android][Changed] - Migrate `ReactShadowNode` interface from Java to Kotlin Differential Revision: D106079764
f6a15b2 to
8a0274b
Compare
Collaborator
|
This pull request was successfully merged by @cortinico in f07c7cc When will my fix make it into a release? | How to file a pick request? |
|
This pull request has been merged in f07c7cc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Migrate the
ReactShadowNodeinterface from Java to Kotlin as part of the ongoing Kotlin migration effort. This is a mechanical conversion of a deprecated legacy architecture interface with no functional changes. The interface is a pure declaration with no default implementations.Changelog:
[Android][Changed] - Migrate
ReactShadowNodeinterface from Java to KotlinDifferential Revision: D106079764