UNPKG

@tamagui/react-native-web-lite

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