UNPKG
@beletsky/react-native-yandex-ads
Version:
beta (1.1.0-beta.2)
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.1.0-beta.2
1.1.0-beta.1
1.1.0-beta.0
1.0.1
1.0.1-beta.2
1.0.1-beta.1
1.0.1-beta.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
test
github.com/YBeletsky117/react-native-yandex-ads
YBeletsky117/react-native-yandex-ads
@beletsky/react-native-yandex-ads
/
lib
/
module
/
utils
/
wrapper.js
9 lines
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
const
cacheNativeView
= value => {
/* @ts-ignore */
global
.
NativeComponent
= value; };
export
const
getCachedNativeView
= (
) => {
/* @ts-ignore */
return
global
.
NativeComponent
; };
//# sourceMappingURL=wrapper.js.map