Skip to content

Migrate ReactPackageTurboModuleManagerDelegate to Kotlin#51855

Closed
mateoguzmana wants to merge 1 commit into
facebook:mainfrom
mateoguzmana:refactor/ReactPackageTurboModuleManagerDelegate
Closed

Migrate ReactPackageTurboModuleManagerDelegate to Kotlin#51855
mateoguzmana wants to merge 1 commit into
facebook:mainfrom
mateoguzmana:refactor/ReactPackageTurboModuleManagerDelegate

Conversation

@mateoguzmana
Copy link
Copy Markdown
Collaborator

Summary:

Migrate com.facebook.react.ReactPackageTurboModuleManagerDelegate to Kotlin.

Changelog:

[INTERNAL] - Migrate com.facebook.react.ReactPackageTurboModuleManagerDelegate to Kotlin

Test Plan:

yarn test-android
yarn android

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 5, 2025
@mateoguzmana mateoguzmana marked this pull request as ready for review June 6, 2025 06:21
@facebook-github-bot facebook-github-bot added the Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. label Jun 6, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

* @param reactContext react application context that can be used to create modules
* @return list of module specs that can create the native modules
*/
protected abstract fun getNativeModules(reactContext: ReactApplicationContext): List<ModuleSpec>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you changing this?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is being accessed here: https://github.com/facebook/react-native/pull/51855/files#diff-8e5e67fbf42add63f615a128dc2009c2474e5303765d33a64edcc301a3ee80b7R74 – would you know if there is a way to avoid having to make this public?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmm that's weird as you should have visibility there because this field is protected already

@facebook-github-bot
Copy link
Copy Markdown
Contributor

@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Jun 9, 2025
@react-native-bot
Copy link
Copy Markdown
Collaborator

This pull request was successfully merged by @mateoguzmana in 8d76670

When will my fix make it into a release? | How to file a pick request?

@facebook-github-bot
Copy link
Copy Markdown
Contributor

@cortinico merged this pull request in 8d76670.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants