UNPKG

@beletsky/react-native-yandex-ads

Version:
9 lines 231 B
export const cacheNativeView = value => { /* @ts-ignore */ global.NativeComponent = value; }; export const getCachedNativeView = () => { /* @ts-ignore */ return global.NativeComponent; }; //# sourceMappingURL=wrapper.js.map