@beletsky/react-native-yandex-ads
Version:
17 lines (16 loc) • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getCachedNativeView = exports.cacheNativeView = void 0;
const cacheNativeView = value => {
/* @ts-ignore */
global.NativeComponent = value;
};
exports.cacheNativeView = cacheNativeView;
const getCachedNativeView = () => {
/* @ts-ignore */
return global.NativeComponent;
};
exports.getCachedNativeView = getCachedNativeView;
//# sourceMappingURL=wrapper.js.map