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 ExceptionsManagerModule for RNTester #40767

Closed
wants to merge 1 commit into from

Commits on Oct 11, 2023

  1. Add ExceptionsManagerModule for RNTester

    Summary:
    Fix the following issue:
    ```Invariant Violation: TurboModuleRegistry.getEnforcing(...):
    'ExceptionsManager' could not be found. Verify that a module by this name is registered in the native
    binary.Bridgeless mode: true. TurboModule interop: true. Modules loaded: {"NativeModules":[],"TurboModules":
    ["PlatformConstants","AppState","SourceCode","BlobModule","WebSocketModule","DevSettings","DevToolsSettingsManager","LogBox","Networking","Appearance","DevLoadingView","DeviceInfo","DeviceEventManager",
    "SoundManager","ImageLoader","DialogManagerAndroid","NativeAnimatedModule","I18nManager","AccessibilityInfo","StatusBarManager","StatusBarManager","IntentAndroid","ToastAndroid","ShareModule","Vibration"],
    "NotFound":["NativePerformanceCxx","NativePerformanceObserverCxx","RedBox","BugReporting","HeadlessJsTaskSupport","FrameRateLogger","KeyboardObserver",
    "AccessibilityManager","ModalManager","LinkingManager","ActionSheetManager","ExceptionsManager"]}
    ```
    
    Changelog:
    [Android][Changed] - Add Add ExceptionsManagerModule to CoreReactPackage
    
    Reviewed By: cortinico
    
    Differential Revision: D50017783
    luluwu2032 authored and facebook-github-bot committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1131831 View commit details
    Browse the repository at this point in the history