UNPKG
rn-encryption
Version:
latest (2.5.0)
2.5.0
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Encryption
github.com/rishabhyadavv/react-native-encryption
rishabhyadavv/react-native-encryption
rn-encryption
/
lib
/
commonjs
/
NativeEncryption.js
9 lines
(8 loc)
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
var
_reactNative =
require
(
"react-native"
);
var
_default =
exports
.
default
= _reactNative.
TurboModuleRegistry
.
getEnforcing
(
'Encryption'
);
//# sourceMappingURL=NativeEncryption.js.map