@sbaiahmed1/react-native-blur
Version:
React native modern blur view
9 lines (8 loc) • 470 B
JavaScript
;
// Web counterpart of the codegen spec module. The native module calls
// codegenNativeComponent() at load time, which cannot run under
// react-native-web — Metro resolves this file instead on web, keeping the
// deprecated raw export in ./index.tsx importable there. The platform suffix
// also excludes this file from iOS/Android codegen.
export { default } from "./BlurView.web.js";
//# sourceMappingURL=ReactNativeBlurViewNativeComponent.web.js.map