| 3 | #include "MainComponentsRegistry.h" |
| 4 | |
| 5 | JNIEXPORT 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected