| 28 | namespace rnv8 { |
| 29 | |
| 30 | static 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 | |
| 37 | static std::unique_ptr<const react::JSBigString> loadBlob( |
| 38 | jni::alias_ref<react::JAssetManager::javaobject> assetManager, |
nothing calls this directly
no outgoing calls
no test coverage detected