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

Deprecate BatchedBridge.registerCallableModule #42717

Closed
wants to merge 1 commit into from

Commits on Jan 30, 2024

  1. Deprecate BatchedBridge.registerCallableModule (facebook#42717)

    Summary:
    
    This diff introduces a new bridge/bridgeless-agnostic api for registering JavaScript modules with React Native.
    
    Usage:
    ```
    import {registerCallableModule} from 'react-native';
    
    registerCallableModule('FooModule', () => {...});
    registerCallableModule('BarModule', {...});
    ```
    
    Changelog: [General][Deprecated] - Deprecate BatchedBridge.registerCallableModule. Please use registerCallableModule instead
    
    Reviewed By: javache
    
    Differential Revision: D52805387
    RSNara authored and facebook-github-bot committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0e821b2 View commit details
    Browse the repository at this point in the history