UNPKG

nitro-codegen

Version:

The code-generator for react-native-nitro-modules.

8 lines (7 loc) 224 B
const jniNativeRegistrations = []; export function addJNINativeRegistration(registerFunc) { jniNativeRegistrations.push(registerFunc); } export function getJNINativeRegistrations() { return jniNativeRegistrations; }