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

RNGP - Autolinking - Add model classes for parsing the config output #44288

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 26, 2024

  1. RNGP - Add autolinking fields to ReactExtensions

    Summary:
    This adds 2 fields to RNGP extension to support autolinking inside core.
    
    Changelog:
    [Internal] [Changed] - RNGP - Add autolinking fields to ReactExtensions
    
    Differential Revision: D55475597
    cortinico authored and facebook-github-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bb00155 View commit details
    Browse the repository at this point in the history
  2. RNGP - Setup the RunAutolinkingConfigTask to run the config command

    Summary:
    This is the first task that will invoke the 'config' command for the user
    
    Changelog:
    [Internal] [Changed] - RNGP - Setup the RunAutolinkingConfigTask to run the config command
    
    Differential Revision: D55475596
    cortinico authored and facebook-github-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3151d7f View commit details
    Browse the repository at this point in the history
  3. RNGP - Autolinking - Add model classes for parsing the config output

    Summary:
    This diff is part of RFC0759
    react-native-community/discussions-and-proposals#759
    
    Here I'm creating data classes that will allow us to parse the `config` JSON output.
    Code is pretty straightforward and follows the structure as the `config` command output.
    
    Changelog:
    [Internal] [Changed] - RNGP - Autolinking - Add model classes for parsing the `config` output
    
    Differential Revision: D55475595
    cortinico authored and facebook-github-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    99a4d0a View commit details
    Browse the repository at this point in the history