UNPKG

@tamagui/react-native-web-lite

Version:
12 lines (11 loc) 430 B
import { invariant } from "@tamagui/react-native-web-internals"; function get(name) { return null; } function getEnforcing(name) { const module = get(name); invariant(module != null, `TurboModuleRegistry.getEnforcing(...): '${name}' could not be found. Verify that a module by this name is registered in the native binary.`); return module; } export { get, getEnforcing }; //# sourceMappingURL=TurboModuleRegistry.mjs.map