Package 

Class HermesExecutor

    • Method Summary

      Modifier and Type Method Description
      static void loadLibrary()
      String getName() Returns the name of the executor, identifying the underlying runtime.
      static native boolean canLoadFile(String path) Return whether this class can load a file at the given path, based on a binary compatibilitycheck between the contents of the file and the Hermes VM.
      • Methods inherited from class com.facebook.react.bridge.JavaScriptExecutor

        close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

         String getName()

        Returns the name of the executor, identifying the underlying runtime.

      • canLoadFile

         static native boolean canLoadFile(String path)

        Return whether this class can load a file at the given path, based on a binary compatibilitycheck between the contents of the file and the Hermes VM.

        Parameters:
        path - the path containing the file to inspect.