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

Commits on Jul 12, 2022

  1. Extract Codegen code from the react_native_pods to its own file

    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
    Riccardo Cipolleschi authored and facebook-github-bot committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c264c99 View commit details
    Browse the repository at this point in the history
  2. Destructure use_react_native! parameters and doc

    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
    Riccardo Cipolleschi authored and facebook-github-bot committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    400e619 View commit details
    Browse the repository at this point in the history