Skip to content
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

Destructure use_react_native! parameters and doc #34177

Closed
wants to merge 2 commits into from

Conversation

cipolleschi
Copy link
Contributor

Summary:
This Diff destructures the parameters of the use_react_native! function. It does that in a backward compatible way, so we there should be no disruptions.

It also adds documentation to the various public method we want to export to our users.

Changelog

[iOS][Changed] - Destruct use_reactnative parameters and ad ddocumentation

Differential Revision: D37787365

Riccardo Cipolleschi added 2 commits July 12, 2022 08:16
Summary: It extracts the code related to the codegen from the main `react_native_pods` script to a dedicated file, adding also tests.

Differential Revision: https://www.internalfb.com/diff/D37755818?entry_point=27

fbshipit-source-id: c78752f8ac24760fbaaf12133f9916652900b007
Summary:
This Diff destructures the parameters of the use_react_native! function. It does that in a backward compatible way, so we there should be no disruptions.

It also adds documentation to the various public method we want to export to our users.

## Changelog
[iOS][Changed] - Destruct use_reactnative parameters and ad ddocumentation

Differential Revision: D37787365

fbshipit-source-id: 328c1e3eae6877b02c960fe82d7680d0ba94a251
@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Jul 12, 2022
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D37787365

@react-native-bot react-native-bot added the Platform: iOS iOS applications. label Jul 12, 2022
@analysis-bot
Copy link

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 7,821,101 +0
android hermes armeabi-v7a 7,214,367 +0
android hermes x86 8,134,989 +0
android hermes x86_64 8,113,002 +0
android jsc arm64-v8a 9,697,882 +0
android jsc armeabi-v7a 8,452,945 +0
android jsc x86 9,648,549 +0
android jsc x86_64 10,246,502 +0

Base commit: ff785db
Branch: main

@analysis-bot
Copy link

Platform Engine Arch Size (bytes) Diff
ios - universal n/a --

Base commit: ff785db
Branch: main

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @cipolleschi in 79a37e5.

When will my fix make it into a release? | Upcoming Releases

@react-native-bot react-native-bot added the Merged This PR has been merged. label Jul 19, 2022
kelset pushed a commit that referenced this pull request Jul 27, 2022
Summary:
Pull Request resolved: #34177

This Diff destructures the parameters of the use_react_native! function. It does that in a backward compatible way, so we there should be no disruptions.

It also adds documentation to the various public method we want to export to our users.

## Changelog
[iOS][Changed] - Destruct use_reactnative parameters and ad ddocumentation

Reviewed By: cortinico

Differential Revision: D37787365

fbshipit-source-id: 27f9030db2e8c6c66b9548b4c1287eb8165ae5fc
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. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner Platform: iOS iOS applications.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants