-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turbo Module supports intersection type for TypeScript #36037
Conversation
Base commit: 7fedd75 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work here, thank you for adding the support for these new features.
I left a comment with a couple of suggestions, but let me know what do you think!
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
d1cbb79
to
a2b9ae8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cipolleschi merged this pull request in bbed15d. |
Summary: As [requested from community](reactwg/react-native-new-architecture#91 (comment)), intersection type is supported for component but no in turbo module. This PR fixed it. ## Changelog [GENERAL] [CHANGED] - Turbo Module supports intersection type for TypeScript Pull Request resolved: facebook#36037 Test Plan: `yarn jest react-native-codegen` passed Reviewed By: christophpurrer Differential Revision: D42960338 Pulled By: cipolleschi fbshipit-source-id: d317d3155cb96643bf549d0ac3d77f503685edbc
Summary
As requested from community, intersection type is supported for component but no in turbo module. This PR fixed it.
Changelog
[GENERAL] [CHANGED] - Turbo Module supports intersection type for TypeScript
Test Plan
yarn jest react-native-codegen
passed