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

Add Examples for Direct Manipulation in the Interop Layer #36610

Closed
wants to merge 2 commits into from

Commits on Mar 29, 2023

  1. Make UIManager.dispatchViewManagerCommand work in Fabric through Inte…

    …rop Layer (facebook#36578)
    
    Summary:
    Pull Request resolved: facebook#36578
    
    This change brings to the Fabric Interop Layer the possibility to directly call native methods on the View Manager, something that was not possible before and that we can use to simplify the migration to the New Architecture.
    
    ## Changelog:
    [iOS][Added] - Native Components can now call native methods in Fabric when they are loaded through the Interop Layer
    
    Differential Revision: https://internalfb.com/D43945278
    
    fbshipit-source-id: 5af1d521e9f7b338f70a070a92f8222a2e8e8c8f
    cipolleschi authored and facebook-github-bot committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e07d7d5 View commit details
    Browse the repository at this point in the history
  2. Add Examples for Direct Manipulation in the Interop Layer (facebook#3…

    …6610)
    
    Summary:
    Pull Request resolved: facebook#36610
    
    This change add to RNTester examples of a legacy Native Component, loaded in the New Architecture through the Interop Layer, that uses the APIs described in the [Direct Manipulation](https://reactnative.dev/docs/direct-manipulation) sectioon of the website.
    
    ## Changelog:
    [iOS][Added] - Added examples of direct manipulation
    
    Reviewed By: sammy-SC
    
    Differential Revision: D43978674
    
    fbshipit-source-id: 177f546618350f656b07033757513afa45e02d1c
    cipolleschi authored and facebook-github-bot committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    08a4e3b View commit details
    Browse the repository at this point in the history