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

Mark initHybrid as @JvmStatic #39755

Closed
wants to merge 1 commit into from
Closed

Mark initHybrid as @JvmStatic #39755

wants to merge 1 commit into from

Commits on Oct 2, 2023

  1. Mark initHybrid as @JvmStatic (#39755)

    Summary:
    
    The goal of this diff is to fix:
    ```
    JNI DETECTED ERROR IN APPLICATION: JNI NewGlobalRef called with pending exception java.lang.NoSuchMethodError: no static or non-static method
    "Lcom/facebook/react/jscexecutor/JSCExecutor;.initHybrid(Lcom/facebook/react/bridge/ReadableNativeMap;)Lcom/facebook/jni/HybridData;"
    
    ```
    
    changelog: [internal] internal
    
    Reviewed By: luluwu2032
    
    Differential Revision: D49831595
    mdvacca authored and facebook-github-bot committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3664bbf View commit details
    Browse the repository at this point in the history