MCPcopy Create free account
hub / github.com/Kudo/react-native-v8 / installBindings

Function installBindings

android/src/main/cpp/OnLoad.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace rnv8 {
29
30static void installBindings(jsi::Runtime &runtime) {
31 react::Logger androidLogger =
32 static_cast<void (*)(const std::string &, unsigned int)>(
33 &react::reactAndroidLoggingHook);
34 react::bindNativeLogger(runtime, androidLogger);
35}
36
37static std::unique_ptr<const react::JSBigString> loadBlob(
38 jni::alias_ref<react::JAssetManager::javaobject> assetManager,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected