MCPcopy Create free account
hub / github.com/OneBitCodeBlog/onebitlife / JNI_OnLoad

Function JNI_OnLoad

android/app/src/main/jni/OnLoad.cpp:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "MainComponentsRegistry.h"
4
5JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *) {
6 return facebook::jni::initialize(vm, [] {
7 facebook::react::MainApplicationTurboModuleManagerDelegate::
8 registerNatives();
9 facebook::react::MainComponentsRegistry::registerNatives();
10 });
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected